Shades of Deep Sea #15786C
Tints of Deep Sea #15786C
RGB
CMYK
RGB Variations
Color information
#15786C (or 0x15786C) is known color: Deep Sea. HEX triplet: 15, 78 and 6C. RGB value is (21,120,108). Sum of RGB (Red+Green+Blue) = 21+120+108=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #15786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15786C is #EA8793. Grayscale: #585858. Windows color (decimal): -15370132 or 7108629. OLE color: 7108629.
HSL color Cylindrical-coordinate representation of color #15786C: hue angle of 172.73º 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 #15786C is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 120 | 108 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.53 |
| HSL | 172.73º | 0.7% | 0.28% | - |
| HSV(B) | 172.73º | 0.83% | 0.47% | - |
| XYZ | 9.73 | 14.68 | 16.51 | - |
| YUV | 89.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 108 | 0.83 | 0 | 0.10 | 0.53 | 172.73 | 0.7 | 0.28 |
| Hex | 15 | 78 | 6C | 53 | 0 | A | 35 | AD | 46 | 1C |
| Octal | 25 | 170 | 154 | 123 | 0 | 12 | 65 | 255 | 106 | 34 |
| Binary | 10101 | 1111000 | 1101100 | 1010011 | 0 | 1010 | 110101 | 10101101 | 1000110 | 11100 |
Color Harmonies of #15786C
Complementary color
Monochromatic Colors of #15786C
Black with #15786C
Text Example
Text Example
White with #15786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15786C; }
p { color: rgb(21,120,108); }
H1.HeaderClassName
{
color: #15786C;
}
.AnyTagClassName
{
color: #15786C;
}
</style>
background-color css
<style>
a { background-color: #15786C; }
a { background-color: rgb(21,120,108); }
div.DivClassName
{
background-color: #15786C;
}
.BgClassName
{
background-color: #15786C;
}
</style>
border-color css
<style>
span { border-color: #15786C; }
span { border-color: rgb(21,120,108); }
td.TdClassName
{
border-color: #15786C;
}
.TagClassName
{
border-color: #15786C;
}
</style>