Shades of Deep Sea #15756B
Tints of Deep Sea #15756B
RGB
CMYK
RGB Variations
Color information
#15756B (or 0x15756B) is known color: Deep Sea. HEX triplet: 15, 75 and 6B. RGB value is (21,117,107). Sum of RGB (Red+Green+Blue) = 21+117+107=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #15756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15756B is #EA8A94. Grayscale: #575757. Windows color (decimal): -15370901 or 7042325. OLE color: 7042325.
HSL color Cylindrical-coordinate representation of color #15756B: hue angle of 173.75º 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 #15756B is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 107 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.54 |
| HSL | 173.75º | 0.7% | 0.27% | - |
| HSV(B) | 173.75º | 0.82% | 0.46% | - |
| XYZ | 9.32 | 13.94 | 16.11 | - |
| YUV | 87.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 107 | 0.82 | 0 | 0.09 | 0.54 | 173.75 | 0.7 | 0.27 |
| Hex | 15 | 75 | 6B | 52 | 0 | 9 | 36 | AE | 46 | 1B |
| Octal | 25 | 165 | 153 | 122 | 0 | 11 | 66 | 256 | 106 | 33 |
| Binary | 10101 | 1110101 | 1101011 | 1010010 | 0 | 1001 | 110110 | 10101110 | 1000110 | 11011 |
Color Harmonies of #15756B
Complementary color
Monochromatic Colors of #15756B
Black with #15756B
Text Example
Text Example
White with #15756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15756B; }
p { color: rgb(21,117,107); }
H1.HeaderClassName
{
color: #15756B;
}
.AnyTagClassName
{
color: #15756B;
}
</style>
background-color css
<style>
a { background-color: #15756B; }
a { background-color: rgb(21,117,107); }
div.DivClassName
{
background-color: #15756B;
}
.BgClassName
{
background-color: #15756B;
}
</style>
border-color css
<style>
span { border-color: #15756B; }
span { border-color: rgb(21,117,107); }
td.TdClassName
{
border-color: #15756B;
}
.TagClassName
{
border-color: #15756B;
}
</style>