#08885B

Color #08885B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #08885B

Tints of Deep Sea #08885B

Color information

#08885B (or 0x08885B) is unknown color: approx Deep Sea. HEX triplet: 08, 88 and 5B. RGB value is (8,136,91). Sum of RGB (Red+Green+Blue) = 8+136+91=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #08885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08885B is #F777A4. Grayscale: #5C5C5C. Windows color (decimal): -16218021 or 5998600. OLE color: 5998600.

HSL color Cylindrical-coordinate representation of color #08885B: hue angle of 158.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08885B is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB813691-
CMYK0.9400.330.47
HSL158.91º88.89%28.24%-
HSV(B)158.91º94.12%53.33%-
XYZ10.7918.4212.88-
YUV92.6127.0967.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.40%
GREEN value IS 136 (53.52% from 255) = 57.87%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=3.40%
G=57.87%
B=38.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8136910.9400.330.47158.9188.8928.24
Hex8885B5E0212F9f591c
Octal102101331360415723713134
Binary10001000100010110111011110010000110111110011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08885B; }

 p { color: rgb(8,136,91); }

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

<style>
 a { background-color: #08885B; }

 a { background-color: rgb(8,136,91); }

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

<style>
 span { border-color: #08885B; }

 span { border-color: rgb(8,136,91); }

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