Html Css Color HEX #08855C Deep Sea

📋 copy color: '#08855C'

red 8 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #08855C

Tints of Deep Sea #08855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

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

R = 3.43%
G = 57.08%
B = 39.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#08855C (or 0x08855C) is known color: Deep Sea. HEX triplet: 08, 85 and 5C. RGB value is (8,133,92). Sum of RGB (Red+Green+Blue) = 8+133+92=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #08855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08855C is #F77AA3. Grayscale: #5A5A5A. Windows color (decimal): -16218788 or 6063368. OLE color: 6063368.

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

Color convert

RGB 8 133 92 -
CMYK 0.94 0 0.31 0.48
HSL 160.32º 0.89% 0.28% -
HSV(B) 160.32º 0.94% 0.52% -
XYZ 10.42 17.6 12.97 -
YUV 90.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 8 133 92 0.94 0 0.31 0.48 160.32 0.89 0.28
Hex 8 85 5C 5E 0 1F 30 A0 59 1C
Octal 10 205 134 136 0 37 60 240 131 34
Binary 1000 10000101 1011100 1011110 0 11111 110000 10100000 1011001 11100

Color Harmonies of #08855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08855C

Black with #08855C

Text Example


Text Example

White with #08855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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