Html Css Color HEX #08885C Deep Sea

📋 copy color: '#08885C'

red 8 ◦ green 136 ◦ blue 92

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

Shades of Deep Sea #08885C

Tints of Deep Sea #08885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 3.39%
G = 57.63%
B = 38.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#08885C (or 0x08885C) is known color: Deep Sea. HEX triplet: 08, 88 and 5C. RGB value is (8,136,92). Sum of RGB (Red+Green+Blue) = 8+136+92=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #08885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08885C is #F777A3. Grayscale: #5C5C5C. Windows color (decimal): -16218020 or 6064136. OLE color: 6064136.

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

Color convert

RGB 8 136 92 -
CMYK 0.94 0 0.32 0.47
HSL 159.38º 0.89% 0.28% -
HSV(B) 159.38º 0.94% 0.53% -
XYZ 10.84 18.43 13.11 -
YUV 92.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 8 136 92 0.94 0 0.32 0.47 159.38 0.89 0.28
Hex 8 88 5C 5E 0 20 2F 9F 59 1C
Octal 10 210 134 136 0 40 57 237 131 34
Binary 1000 10001000 1011100 1011110 0 100000 101111 10011111 1011001 11100

Color Harmonies of #08885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08885C

Black with #08885C

Text Example


Text Example

White with #08885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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