Html Css Color HEX #08865B Deep Sea

📋 copy color: '#08865B'

red 8 ◦ green 134 ◦ blue 91

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

Shades of Deep Sea #08865B

Tints of Deep Sea #08865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

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

R = 3.43%
G = 57.51%
B = 39.06%

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

#08865B (or 0x08865B) is known color: Deep Sea. HEX triplet: 08, 86 and 5B. RGB value is (8,134,91). Sum of RGB (Red+Green+Blue) = 8+134+91=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #08865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08865B is #F779A4. Grayscale: #5B5B5B. Windows color (decimal): -16218533 or 5998088. OLE color: 5998088.

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

Color convert

RGB 8 134 91 -
CMYK 0.94 0 0.32 0.47
HSL 159.52º 0.89% 0.28% -
HSV(B) 159.52º 0.94% 0.53% -
XYZ 10.51 17.86 12.79 -
YUV 91.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 8 134 91 0.94 0 0.32 0.47 159.52 0.89 0.28
Hex 8 86 5B 5E 0 20 2F A0 59 1C
Octal 10 206 133 136 0 40 57 240 131 34
Binary 1000 10000110 1011011 1011110 0 100000 101111 10100000 1011001 11100

Color Harmonies of #08865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08865B

Black with #08865B

Text Example


Text Example

White with #08865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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