Shades of Deep Sea #088366
Tints of Deep Sea #088366
RGB
CMYK
RGB Variations
Color information
#088366 (or 0x088366) is known color: Deep Sea. HEX triplet: 08, 83 and 66. RGB value is (8,131,102). Sum of RGB (Red+Green+Blue) = 8+131+102=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #088366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088366 is #F77C99. Grayscale: #5A5A5A. Windows color (decimal): -16219290 or 6718216. OLE color: 6718216.
HSL color Cylindrical-coordinate representation of color #088366: hue angle of 165.85º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088366 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 102 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.49 |
| HSL | 165.85º | 0.88% | 0.27% | - |
| HSV(B) | 165.85º | 0.94% | 0.51% | - |
| XYZ | 10.61 | 17.24 | 15.34 | - |
| YUV | 90.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 102 | 0.94 | 0 | 0.22 | 0.49 | 165.85 | 0.88 | 0.27 |
| Hex | 8 | 83 | 66 | 5E | 0 | 16 | 31 | A6 | 58 | 1B |
| Octal | 10 | 203 | 146 | 136 | 0 | 26 | 61 | 246 | 130 | 33 |
| Binary | 1000 | 10000011 | 1100110 | 1011110 | 0 | 10110 | 110001 | 10100110 | 1011000 | 11011 |
Color Harmonies of #088366
Complementary color
Monochromatic Colors of #088366
Black with #088366
Text Example
Text Example
White with #088366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088366; }
p { color: rgb(8,131,102); }
H1.HeaderClassName
{
color: #088366;
}
.AnyTagClassName
{
color: #088366;
}
</style>
background-color css
<style>
a { background-color: #088366; }
a { background-color: rgb(8,131,102); }
div.DivClassName
{
background-color: #088366;
}
.BgClassName
{
background-color: #088366;
}
</style>
border-color css
<style>
span { border-color: #088366; }
span { border-color: rgb(8,131,102); }
td.TdClassName
{
border-color: #088366;
}
.TagClassName
{
border-color: #088366;
}
</style>