Html Css Color HEX #08855E Deep Sea

📋 copy color: '#08855E'

red 8 ◦ green 133 ◦ blue 94

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

Shades of Deep Sea #08855E

Tints of Deep Sea #08855E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40%

R = 3.4%
G = 56.6%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#08855E (or 0x08855E) is known color: Deep Sea. HEX triplet: 08, 85 and 5E. RGB value is (8,133,94). Sum of RGB (Red+Green+Blue) = 8+133+94=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #08855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08855E is #F77AA1. Grayscale: #5B5B5B. Windows color (decimal): -16218786 or 6194440. OLE color: 6194440.

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

Color convert

RGB 8 133 94 -
CMYK 0.94 0 0.29 0.48
HSL 161.28º 0.89% 0.28% -
HSV(B) 161.28º 0.94% 0.52% -
XYZ 10.51 17.63 13.44 -
YUV 91.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 8 133 94 0.94 0 0.29 0.48 161.28 0.89 0.28
Hex 8 85 5E 5E 0 1D 30 A1 59 1C
Octal 10 205 136 136 0 35 60 241 131 34
Binary 1000 10000101 1011110 1011110 0 11101 110000 10100001 1011001 11100

Color Harmonies of #08855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08855E

Black with #08855E

Text Example


Text Example

White with #08855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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