Html Css Color HEX #08885F Deep Sea

📋 copy color: '#08885F'

red 8 ◦ green 136 ◦ blue 95

#08885F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #08885F

Tints of Deep Sea #08885F

RGB

 RED value IS 8 (3.52% from 255) = 3.35%

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 3.35%
G = 56.9%
B = 39.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#08885F (or 0x08885F) is known color: Deep Sea. HEX triplet: 08, 88 and 5F. RGB value is (8,136,95). Sum of RGB (Red+Green+Blue) = 8+136+95=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #08885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08885F is #F777A0. Grayscale: #5D5D5D. Windows color (decimal): -16218017 or 6260744. OLE color: 6260744.

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

Color convert

RGB 8 136 95 -
CMYK 0.94 0 0.30 0.47
HSL 160.78º 0.89% 0.28% -
HSV(B) 160.78º 0.94% 0.53% -
XYZ 10.97 18.49 13.82 -
YUV 93.05 129.09 67.33 -
System Red Green Blue C M Y K H S L
Decimal 8 136 95 0.94 0 0.30 0.47 160.78 0.89 0.28
Hex 8 88 5F 5E 0 1E 2F A1 59 1C
Octal 10 210 137 136 0 36 57 241 131 34
Binary 1000 10001000 1011111 1011110 0 11110 101111 10100001 1011001 11100

Color Harmonies of #08885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08885F

Black with #08885F

Text Example


Text Example

White with #08885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08885F;
 }
 .AnyTagClassName
 {
   color: #08885F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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