Html Css Color HEX #08855B Deep Sea

📋 copy color: '#08855B'

red 8 ◦ green 133 ◦ blue 91

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

Shades of Deep Sea #08855B

Tints of Deep Sea #08855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 3.45%
G = 57.33%
B = 39.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#08855B (or 0x08855B) is known color: Deep Sea. HEX triplet: 08, 85 and 5B. RGB value is (8,133,91). Sum of RGB (Red+Green+Blue) = 8+133+91=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #08855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08855B is #F77AA4. Grayscale: #5A5A5A. Windows color (decimal): -16218789 or 5997832. OLE color: 5997832.

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

Color convert

RGB 8 133 91 -
CMYK 0.94 0 0.32 0.48
HSL 159.84º 0.89% 0.28% -
HSV(B) 159.84º 0.94% 0.52% -
XYZ 10.38 17.58 12.74 -
YUV 90.84 128.09 68.92 -
System Red Green Blue C M Y K H S L
Decimal 8 133 91 0.94 0 0.32 0.48 159.84 0.89 0.28
Hex 8 85 5B 5E 0 20 30 A0 59 1C
Octal 10 205 133 136 0 40 60 240 131 34
Binary 1000 10000101 1011011 1011110 0 100000 110000 10100000 1011001 11100

Color Harmonies of #08855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08855B

Black with #08855B

Text Example


Text Example

White with #08855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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