Shades of Deep Sea #15705B
Tints of Deep Sea #15705B
RGB
CMYK
RGB Variations
Color information
#15705B (or 0x15705B) is known color: Deep Sea. HEX triplet: 15, 70 and 5B. RGB value is (21,112,91). Sum of RGB (Red+Green+Blue) = 21+112+91=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #15705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15705B is #EA8FA4. Grayscale: #525252. Windows color (decimal): -15372197 or 5992469. OLE color: 5992469.
HSL color Cylindrical-coordinate representation of color #15705B: hue angle of 166.15º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15705B is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 91 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.56 |
| HSL | 166.15º | 0.68% | 0.26% | - |
| HSV(B) | 166.15º | 0.81% | 0.44% | - |
| XYZ | 7.99 | 12.5 | 11.89 | - |
| YUV | 82.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 91 | 0.81 | 0 | 0.19 | 0.56 | 166.15 | 0.68 | 0.26 |
| Hex | 15 | 70 | 5B | 51 | 0 | 13 | 38 | A6 | 44 | 1A |
| Octal | 25 | 160 | 133 | 121 | 0 | 23 | 70 | 246 | 104 | 32 |
| Binary | 10101 | 1110000 | 1011011 | 1010001 | 0 | 10011 | 111000 | 10100110 | 1000100 | 11010 |
Color Harmonies of #15705B
Complementary color
Monochromatic Colors of #15705B
Black with #15705B
Text Example
Text Example
White with #15705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15705B; }
p { color: rgb(21,112,91); }
H1.HeaderClassName
{
color: #15705B;
}
.AnyTagClassName
{
color: #15705B;
}
</style>
background-color css
<style>
a { background-color: #15705B; }
a { background-color: rgb(21,112,91); }
div.DivClassName
{
background-color: #15705B;
}
.BgClassName
{
background-color: #15705B;
}
</style>
border-color css
<style>
span { border-color: #15705B; }
span { border-color: rgb(21,112,91); }
td.TdClassName
{
border-color: #15705B;
}
.TagClassName
{
border-color: #15705B;
}
</style>