Shades of Deep Sea #088862
Tints of Deep Sea #088862
RGB
CMYK
RGB Variations
Color information
#088862 (or 0x088862) is known color: Deep Sea. HEX triplet: 08, 88 and 62. RGB value is (8,136,98). Sum of RGB (Red+Green+Blue) = 8+136+98=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #088862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088862 is #F7779D. Grayscale: #5D5D5D. Windows color (decimal): -16218014 or 6457352. OLE color: 6457352.
HSL color Cylindrical-coordinate representation of color #088862: hue angle of 162.19º 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 #088862 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 98 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.47 |
| HSL | 162.19º | 0.89% | 0.28% | - |
| HSV(B) | 162.19º | 0.94% | 0.53% | - |
| XYZ | 11.11 | 18.54 | 14.55 | - |
| YUV | 93.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 98 | 0.94 | 0 | 0.28 | 0.47 | 162.19 | 0.89 | 0.28 |
| Hex | 8 | 88 | 62 | 5E | 0 | 1C | 2F | A2 | 59 | 1C |
| Octal | 10 | 210 | 142 | 136 | 0 | 34 | 57 | 242 | 131 | 34 |
| Binary | 1000 | 10001000 | 1100010 | 1011110 | 0 | 11100 | 101111 | 10100010 | 1011001 | 11100 |
Color Harmonies of #088862
Complementary color
Monochromatic Colors of #088862
Black with #088862
Text Example
Text Example
White with #088862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088862; }
p { color: rgb(8,136,98); }
H1.HeaderClassName
{
color: #088862;
}
.AnyTagClassName
{
color: #088862;
}
</style>
background-color css
<style>
a { background-color: #088862; }
a { background-color: rgb(8,136,98); }
div.DivClassName
{
background-color: #088862;
}
.BgClassName
{
background-color: #088862;
}
</style>
border-color css
<style>
span { border-color: #088862; }
span { border-color: rgb(8,136,98); }
td.TdClassName
{
border-color: #088862;
}
.TagClassName
{
border-color: #088862;
}
</style>