Shades of Deep Sea #088065
Tints of Deep Sea #088065
RGB
CMYK
RGB Variations
Color information
#088065 (or 0x088065) is known color: Deep Sea. HEX triplet: 08, 80 and 65. RGB value is (8,128,101). Sum of RGB (Red+Green+Blue) = 8+128+101=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #088065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088065 is #F77F9A. Grayscale: #595959. Windows color (decimal): -16220059 or 6651912. OLE color: 6651912.
HSL color Cylindrical-coordinate representation of color #088065: hue angle of 166.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088065 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 101 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.50 |
| HSL | 166.5º | 0.88% | 0.27% | - |
| HSV(B) | 166.5º | 0.94% | 0.5% | - |
| XYZ | 10.17 | 16.43 | 14.95 | - |
| YUV | 89.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 101 | 0.94 | 0 | 0.21 | 0.50 | 166.5 | 0.88 | 0.27 |
| Hex | 8 | 80 | 65 | 5E | 0 | 15 | 32 | A6 | 58 | 1B |
| Octal | 10 | 200 | 145 | 136 | 0 | 25 | 62 | 246 | 130 | 33 |
| Binary | 1000 | 10000000 | 1100101 | 1011110 | 0 | 10101 | 110010 | 10100110 | 1011000 | 11011 |
Color Harmonies of #088065
Complementary color
Monochromatic Colors of #088065
Black with #088065
Text Example
Text Example
White with #088065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088065; }
p { color: rgb(8,128,101); }
H1.HeaderClassName
{
color: #088065;
}
.AnyTagClassName
{
color: #088065;
}
</style>
background-color css
<style>
a { background-color: #088065; }
a { background-color: rgb(8,128,101); }
div.DivClassName
{
background-color: #088065;
}
.BgClassName
{
background-color: #088065;
}
</style>
border-color css
<style>
span { border-color: #088065; }
span { border-color: rgb(8,128,101); }
td.TdClassName
{
border-color: #088065;
}
.TagClassName
{
border-color: #088065;
}
</style>