Shades of Deep Sea #15885D
Tints of Deep Sea #15885D
RGB
CMYK
RGB Variations
Color information
#15885D (or 0x15885D) is known color: Deep Sea. HEX triplet: 15, 88 and 5D. RGB value is (21,136,93). Sum of RGB (Red+Green+Blue) = 21+136+93=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #15885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15885D is #EA77A2. Grayscale: #606060. Windows color (decimal): -15366051 or 6129685. OLE color: 6129685.
HSL color Cylindrical-coordinate representation of color #15885D: hue angle of 157.57º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15885D is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 136 | 93 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.47 |
| HSL | 157.57º | 0.73% | 0.31% | - |
| HSV(B) | 157.57º | 0.85% | 0.53% | - |
| XYZ | 11.09 | 18.56 | 13.35 | - |
| YUV | 96.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 93 | 0.85 | 0 | 0.32 | 0.47 | 157.57 | 0.73 | 0.31 |
| Hex | 15 | 88 | 5D | 55 | 0 | 20 | 2F | 9E | 49 | 1F |
| Octal | 25 | 210 | 135 | 125 | 0 | 40 | 57 | 236 | 111 | 37 |
| Binary | 10101 | 10001000 | 1011101 | 1010101 | 0 | 100000 | 101111 | 10011110 | 1001001 | 11111 |
Color Harmonies of #15885D
Complementary color
Monochromatic Colors of #15885D
Black with #15885D
Text Example
Text Example
White with #15885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15885D; }
p { color: rgb(21,136,93); }
H1.HeaderClassName
{
color: #15885D;
}
.AnyTagClassName
{
color: #15885D;
}
</style>
background-color css
<style>
a { background-color: #15885D; }
a { background-color: rgb(21,136,93); }
div.DivClassName
{
background-color: #15885D;
}
.BgClassName
{
background-color: #15885D;
}
</style>
border-color css
<style>
span { border-color: #15885D; }
span { border-color: rgb(21,136,93); }
td.TdClassName
{
border-color: #15885D;
}
.TagClassName
{
border-color: #15885D;
}
</style>