#08875E

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

Shades of Deep Sea #08875E

Tints of Deep Sea #08875E

Color information

#08875E (or 0x08875E) is unknown color: approx Deep Sea. HEX triplet: 08, 87 and 5E. RGB value is (8,135,94). Sum of RGB (Red+Green+Blue) = 8+135+94=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #08875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08875E is #F778A1. Grayscale: #5C5C5C. Windows color (decimal): -16218274 or 6194952. OLE color: 6194952.

HSL color Cylindrical-coordinate representation of color #08875E: hue angle of 160.63º 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 #08875E is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB813594-
CMYK0.9400.300.47
HSL160.63º88.81%28.04%-
HSV(B)160.63º94.07%52.94%-
XYZ10.7818.1913.53-
YUV92.35128.9267.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=3.38%
G=56.96%
B=39.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8135940.9400.300.47160.6388.8128.04
Hex8875E5E01E2Fa1591c
Octal102071361360365724113134
Binary1000100001111011110101111001111010111110100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08875E; }

 p { color: rgb(8,135,94); }

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

<style>
 a { background-color: #08875E; }

 a { background-color: rgb(8,135,94); }

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

<style>
 span { border-color: #08875E; }

 span { border-color: rgb(8,135,94); }

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