Shades of Deep Sea #15746E
Tints of Deep Sea #15746E
RGB
CMYK
RGB Variations
Color information
#15746E (or 0x15746E) is known color: Deep Sea. HEX triplet: 15, 74 and 6E. RGB value is (21,116,110). Sum of RGB (Red+Green+Blue) = 21+116+110=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #15746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15746E is #EA8B91. Grayscale: #565656. Windows color (decimal): -15371154 or 7238677. OLE color: 7238677.
HSL color Cylindrical-coordinate representation of color #15746E: hue angle of 176.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15746E is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 110 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.55 |
| HSL | 176.21º | 0.69% | 0.27% | - |
| HSV(B) | 176.21º | 0.82% | 0.45% | - |
| XYZ | 9.37 | 13.78 | 16.92 | - |
| YUV | 86.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 110 | 0.82 | 0 | 0.05 | 0.55 | 176.21 | 0.69 | 0.27 |
| Hex | 15 | 74 | 6E | 52 | 0 | 5 | 37 | B0 | 45 | 1B |
| Octal | 25 | 164 | 156 | 122 | 0 | 5 | 67 | 260 | 105 | 33 |
| Binary | 10101 | 1110100 | 1101110 | 1010010 | 0 | 101 | 110111 | 10110000 | 1000101 | 11011 |
Color Harmonies of #15746E
Complementary color
Monochromatic Colors of #15746E
Black with #15746E
Text Example
Text Example
White with #15746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15746E; }
p { color: rgb(21,116,110); }
H1.HeaderClassName
{
color: #15746E;
}
.AnyTagClassName
{
color: #15746E;
}
</style>
background-color css
<style>
a { background-color: #15746E; }
a { background-color: rgb(21,116,110); }
div.DivClassName
{
background-color: #15746E;
}
.BgClassName
{
background-color: #15746E;
}
</style>
border-color css
<style>
span { border-color: #15746E; }
span { border-color: rgb(21,116,110); }
td.TdClassName
{
border-color: #15746E;
}
.TagClassName
{
border-color: #15746E;
}
</style>