Shades of Deep Sea #15756D
Tints of Deep Sea #15756D
RGB
CMYK
RGB Variations
Color information
#15756D (or 0x15756D) is known color: Deep Sea. HEX triplet: 15, 75 and 6D. RGB value is (21,117,109). Sum of RGB (Red+Green+Blue) = 21+117+109=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #15756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15756D is #EA8A92. Grayscale: #575757. Windows color (decimal): -15370899 or 7173397. OLE color: 7173397.
HSL color Cylindrical-coordinate representation of color #15756D: hue angle of 175º 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 #15756D is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 109 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.54 |
| HSL | 175º | 0.7% | 0.27% | - |
| HSV(B) | 175º | 0.82% | 0.46% | - |
| XYZ | 9.43 | 13.99 | 16.67 | - |
| YUV | 87.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 109 | 0.82 | 0 | 0.07 | 0.54 | 175 | 0.7 | 0.27 |
| Hex | 15 | 75 | 6D | 52 | 0 | 7 | 36 | AF | 46 | 1B |
| Octal | 25 | 165 | 155 | 122 | 0 | 7 | 66 | 257 | 106 | 33 |
| Binary | 10101 | 1110101 | 1101101 | 1010010 | 0 | 111 | 110110 | 10101111 | 1000110 | 11011 |
Color Harmonies of #15756D
Complementary color
Monochromatic Colors of #15756D
Black with #15756D
Text Example
Text Example
White with #15756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15756D; }
p { color: rgb(21,117,109); }
H1.HeaderClassName
{
color: #15756D;
}
.AnyTagClassName
{
color: #15756D;
}
</style>
background-color css
<style>
a { background-color: #15756D; }
a { background-color: rgb(21,117,109); }
div.DivClassName
{
background-color: #15756D;
}
.BgClassName
{
background-color: #15756D;
}
</style>
border-color css
<style>
span { border-color: #15756D; }
span { border-color: rgb(21,117,109); }
td.TdClassName
{
border-color: #15756D;
}
.TagClassName
{
border-color: #15756D;
}
</style>