Shades of Deep Sea #15865E
Tints of Deep Sea #15865E
RGB
CMYK
RGB Variations
Color information
#15865E (or 0x15865E) is known color: Deep Sea. HEX triplet: 15, 86 and 5E. RGB value is (21,134,94). Sum of RGB (Red+Green+Blue) = 21+134+94=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #15865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15865E is #EA79A1. Grayscale: #5F5F5F. Windows color (decimal): -15366562 or 6194709. OLE color: 6194709.
HSL color Cylindrical-coordinate representation of color #15865E: hue angle of 158.76º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15865E is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 134 | 94 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.47 |
| HSL | 158.76º | 0.73% | 0.3% | - |
| HSV(B) | 158.76º | 0.84% | 0.53% | - |
| XYZ | 10.85 | 18.02 | 13.5 | - |
| YUV | 95.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 94 | 0.84 | 0 | 0.30 | 0.47 | 158.76 | 0.73 | 0.3 |
| Hex | 15 | 86 | 5E | 54 | 0 | 1E | 2F | 9F | 49 | 1E |
| Octal | 25 | 206 | 136 | 124 | 0 | 36 | 57 | 237 | 111 | 36 |
| Binary | 10101 | 10000110 | 1011110 | 1010100 | 0 | 11110 | 101111 | 10011111 | 1001001 | 11110 |
Color Harmonies of #15865E
Complementary color
Monochromatic Colors of #15865E
Black with #15865E
Text Example
Text Example
White with #15865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15865E; }
p { color: rgb(21,134,94); }
H1.HeaderClassName
{
color: #15865E;
}
.AnyTagClassName
{
color: #15865E;
}
</style>
background-color css
<style>
a { background-color: #15865E; }
a { background-color: rgb(21,134,94); }
div.DivClassName
{
background-color: #15865E;
}
.BgClassName
{
background-color: #15865E;
}
</style>
border-color css
<style>
span { border-color: #15865E; }
span { border-color: rgb(21,134,94); }
td.TdClassName
{
border-color: #15865E;
}
.TagClassName
{
border-color: #15865E;
}
</style>