Shades of Deep Sea #15776B
Tints of Deep Sea #15776B
RGB
CMYK
RGB Variations
Color information
#15776B (or 0x15776B) is known color: Deep Sea. HEX triplet: 15, 77 and 6B. RGB value is (21,119,107). Sum of RGB (Red+Green+Blue) = 21+119+107=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #15776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15776B is #EA8894. Grayscale: #585858. Windows color (decimal): -15370389 or 7042837. OLE color: 7042837.
HSL color Cylindrical-coordinate representation of color #15776B: hue angle of 172.65º 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 #15776B is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 107 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.53 |
| HSL | 172.65º | 0.7% | 0.27% | - |
| HSV(B) | 172.65º | 0.82% | 0.47% | - |
| XYZ | 9.56 | 14.41 | 16.19 | - |
| YUV | 88.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 107 | 0.82 | 0 | 0.10 | 0.53 | 172.65 | 0.7 | 0.27 |
| Hex | 15 | 77 | 6B | 52 | 0 | A | 35 | AD | 46 | 1B |
| Octal | 25 | 167 | 153 | 122 | 0 | 12 | 65 | 255 | 106 | 33 |
| Binary | 10101 | 1110111 | 1101011 | 1010010 | 0 | 1010 | 110101 | 10101101 | 1000110 | 11011 |
Color Harmonies of #15776B
Complementary color
Monochromatic Colors of #15776B
Black with #15776B
Text Example
Text Example
White with #15776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15776B; }
p { color: rgb(21,119,107); }
H1.HeaderClassName
{
color: #15776B;
}
.AnyTagClassName
{
color: #15776B;
}
</style>
background-color css
<style>
a { background-color: #15776B; }
a { background-color: rgb(21,119,107); }
div.DivClassName
{
background-color: #15776B;
}
.BgClassName
{
background-color: #15776B;
}
</style>
border-color css
<style>
span { border-color: #15776B; }
span { border-color: rgb(21,119,107); }
td.TdClassName
{
border-color: #15776B;
}
.TagClassName
{
border-color: #15776B;
}
</style>