Shades of Deep Sea #15776F
Tints of Deep Sea #15776F
RGB
CMYK
RGB Variations
Color information
#15776F (or 0x15776F) is known color: Deep Sea. HEX triplet: 15, 77 and 6F. RGB value is (21,119,111). Sum of RGB (Red+Green+Blue) = 21+119+111=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #15776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15776F is #EA8890. Grayscale: #585858. Windows color (decimal): -15370385 or 7304981. OLE color: 7304981.
HSL color Cylindrical-coordinate representation of color #15776F: hue angle of 175.1º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15776F is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 111 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.53 |
| HSL | 175.1º | 0.7% | 0.27% | - |
| HSV(B) | 175.1º | 0.82% | 0.47% | - |
| XYZ | 9.78 | 14.5 | 17.32 | - |
| YUV | 88.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 111 | 0.82 | 0 | 0.07 | 0.53 | 175.1 | 0.7 | 0.27 |
| Hex | 15 | 77 | 6F | 52 | 0 | 7 | 35 | AF | 46 | 1B |
| Octal | 25 | 167 | 157 | 122 | 0 | 7 | 65 | 257 | 106 | 33 |
| Binary | 10101 | 1110111 | 1101111 | 1010010 | 0 | 111 | 110101 | 10101111 | 1000110 | 11011 |
Color Harmonies of #15776F
Complementary color
Monochromatic Colors of #15776F
Black with #15776F
Text Example
Text Example
White with #15776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15776F; }
p { color: rgb(21,119,111); }
H1.HeaderClassName
{
color: #15776F;
}
.AnyTagClassName
{
color: #15776F;
}
</style>
background-color css
<style>
a { background-color: #15776F; }
a { background-color: rgb(21,119,111); }
div.DivClassName
{
background-color: #15776F;
}
.BgClassName
{
background-color: #15776F;
}
</style>
border-color css
<style>
span { border-color: #15776F; }
span { border-color: rgb(21,119,111); }
td.TdClassName
{
border-color: #15776F;
}
.TagClassName
{
border-color: #15776F;
}
</style>