#088b51

Color #088B51 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #088B51

Tints of Salem #088B51

Color information

#088B51 (or 0x088B51) is unknown color: approx Salem. HEX triplet: 08, 8B and 51. RGB value is (8,139,81). Sum of RGB (Red+Green+Blue) = 8+139+81=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #088B51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B51 is #F774AE. Grayscale: #5D5D5D. Windows color (decimal): -16217263 or 5344008. OLE color: 5344008.

HSL color Cylindrical-coordinate representation of color #088B51: hue angle of 153.44º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B51 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB813981-
CMYK0.9400.420.45
HSL153.44º89.12%28.82%-
HSV(B)153.44º94.24%54.51%-
XYZ10.8219.1110.9-
YUV93.22121.167.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 139 (54.69% from 255) = 60.96%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=3.51%
G=60.96%
B=35.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139810.9400.420.45153.4489.1228.82
Hex88B515E02A2D99591d
Octal102131211360525523113135
Binary10001000101110100011011110010101010110110011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088b51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088b51; }

 p { color: rgb(8,139,81); }

 H1.HeaderClassName
 {
   color: #088b51;
 }
 .AnyTagClassName
 {
   color: #088b51;
 }
</style>
background-color css

<style>
 a { background-color: #088b51; }

 a { background-color: rgb(8,139,81); }

 div.DivClassName
 {
   background-color: #088b51;
 }
 .BgClassName
 {
   background-color: #088b51;
 }
</style>
border-color css

<style>
 span { border-color: #088b51; }

 span { border-color: rgb(8,139,81); }

 td.TdClassName
 {
   border-color: #088b51;
 }
 .TagClassName
 {
   border-color: #088b51;
 }
</style>