Shades of Deep Sea #15786E
Tints of Deep Sea #15786E
RGB
CMYK
RGB Variations
Color information
#15786E (or 0x15786E) is known color: Deep Sea. HEX triplet: 15, 78 and 6E. RGB value is (21,120,110). Sum of RGB (Red+Green+Blue) = 21+120+110=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #15786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15786E is #EA8791. Grayscale: #595959. Windows color (decimal): -15370130 or 7239701. OLE color: 7239701.
HSL color Cylindrical-coordinate representation of color #15786E: hue angle of 173.94º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15786E is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 120 | 110 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.53 |
| HSL | 173.94º | 0.7% | 0.28% | - |
| HSV(B) | 173.94º | 0.83% | 0.47% | - |
| XYZ | 9.84 | 14.72 | 17.07 | - |
| YUV | 89.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 110 | 0.83 | 0 | 0.08 | 0.53 | 173.94 | 0.7 | 0.28 |
| Hex | 15 | 78 | 6E | 53 | 0 | 8 | 35 | AE | 46 | 1C |
| Octal | 25 | 170 | 156 | 123 | 0 | 10 | 65 | 256 | 106 | 34 |
| Binary | 10101 | 1111000 | 1101110 | 1010011 | 0 | 1000 | 110101 | 10101110 | 1000110 | 11100 |
Color Harmonies of #15786E
Complementary color
Monochromatic Colors of #15786E
Black with #15786E
Text Example
Text Example
White with #15786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15786E; }
p { color: rgb(21,120,110); }
H1.HeaderClassName
{
color: #15786E;
}
.AnyTagClassName
{
color: #15786E;
}
</style>
background-color css
<style>
a { background-color: #15786E; }
a { background-color: rgb(21,120,110); }
div.DivClassName
{
background-color: #15786E;
}
.BgClassName
{
background-color: #15786E;
}
</style>
border-color css
<style>
span { border-color: #15786E; }
span { border-color: rgb(21,120,110); }
td.TdClassName
{
border-color: #15786E;
}
.TagClassName
{
border-color: #15786E;
}
</style>