Shades of Deep Sea #15756E
Tints of Deep Sea #15756E
RGB
CMYK
RGB Variations
Color information
#15756E (or 0x15756E) is known color: Deep Sea. HEX triplet: 15, 75 and 6E. RGB value is (21,117,110). Sum of RGB (Red+Green+Blue) = 21+117+110=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #15756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15756E is #EA8A91. Grayscale: #575757. Windows color (decimal): -15370898 or 7238933. OLE color: 7238933.
HSL color Cylindrical-coordinate representation of color #15756E: hue angle of 175.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15756E is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 110 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.54 |
| HSL | 175.63º | 0.7% | 0.27% | - |
| HSV(B) | 175.63º | 0.82% | 0.46% | - |
| XYZ | 9.49 | 14.01 | 16.96 | - |
| YUV | 87.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 110 | 0.82 | 0 | 0.06 | 0.54 | 175.63 | 0.7 | 0.27 |
| Hex | 15 | 75 | 6E | 52 | 0 | 6 | 36 | B0 | 46 | 1B |
| Octal | 25 | 165 | 156 | 122 | 0 | 6 | 66 | 260 | 106 | 33 |
| Binary | 10101 | 1110101 | 1101110 | 1010010 | 0 | 110 | 110110 | 10110000 | 1000110 | 11011 |
Color Harmonies of #15756E
Complementary color
Monochromatic Colors of #15756E
Black with #15756E
Text Example
Text Example
White with #15756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15756E; }
p { color: rgb(21,117,110); }
H1.HeaderClassName
{
color: #15756E;
}
.AnyTagClassName
{
color: #15756E;
}
</style>
background-color css
<style>
a { background-color: #15756E; }
a { background-color: rgb(21,117,110); }
div.DivClassName
{
background-color: #15756E;
}
.BgClassName
{
background-color: #15756E;
}
</style>
border-color css
<style>
span { border-color: #15756E; }
span { border-color: rgb(21,117,110); }
td.TdClassName
{
border-color: #15756E;
}
.TagClassName
{
border-color: #15756E;
}
</style>