Html Css Color HEX #088860 Deep Sea

📋 copy color: '#088860'

red 8 ◦ green 136 ◦ blue 96

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

Shades of Deep Sea #088860

Tints of Deep Sea #088860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 3.33%
G = 56.67%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#088860 (or 0x088860) is known color: Deep Sea. HEX triplet: 08, 88 and 60. RGB value is (8,136,96). Sum of RGB (Red+Green+Blue) = 8+136+96=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #088860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088860 is #F7779F. Grayscale: #5D5D5D. Windows color (decimal): -16218016 or 6326280. OLE color: 6326280.

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

Color convert

RGB 8 136 96 -
CMYK 0.94 0 0.29 0.47
HSL 161.25º 0.89% 0.28% -
HSV(B) 161.25º 0.94% 0.53% -
XYZ 11.02 18.5 14.06 -
YUV 93.17 129.59 67.25 -
System Red Green Blue C M Y K H S L
Decimal 8 136 96 0.94 0 0.29 0.47 161.25 0.89 0.28
Hex 8 88 60 5E 0 1D 2F A1 59 1C
Octal 10 210 140 136 0 35 57 241 131 34
Binary 1000 10001000 1100000 1011110 0 11101 101111 10100001 1011001 11100

Color Harmonies of #088860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088860

Black with #088860

Text Example


Text Example

White with #088860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088860; }

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

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

background-color css

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

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

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

border-color css

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

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

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