#08895E

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

Shades of Deep Sea #08895E

Tints of Deep Sea #08895E

Color information

#08895E (or 0x08895E) is unknown color: approx Deep Sea. HEX triplet: 08, 89 and 5E. RGB value is (8,137,94). Sum of RGB (Red+Green+Blue) = 8+137+94=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #08895E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08895E is #F776A1. Grayscale: #5D5D5D. Windows color (decimal): -16217762 or 6195464. OLE color: 6195464.

HSL color Cylindrical-coordinate representation of color #08895E: hue angle of 160º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08895E is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB813794-
CMYK0.9400.310.46
HSL160º88.97%28.43%-
HSV(B)160º94.16%53.73%-
XYZ11.0718.7513.63-
YUV93.53128.2667-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=3.35%
G=57.32%
B=39.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8137940.9400.310.4616088.9728.43
Hex8895E5E01F2Ea0591c
Octal102111361360375624013134
Binary1000100010011011110101111001111110111010100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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