Shades of Deep Sea #15775E
Tints of Deep Sea #15775E
RGB
CMYK
RGB Variations
Color information
#15775E (or 0x15775E) is known color: Deep Sea. HEX triplet: 15, 77 and 5E. RGB value is (21,119,94). Sum of RGB (Red+Green+Blue) = 21+119+94=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #15775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15775E is #EA88A1. Grayscale: #565656. Windows color (decimal): -15370402 or 6190869. OLE color: 6190869.
HSL color Cylindrical-coordinate representation of color #15775E: hue angle of 164.69º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15775E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 94 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.53 |
| HSL | 164.69º | 0.7% | 0.27% | - |
| HSV(B) | 164.69º | 0.82% | 0.47% | - |
| XYZ | 8.93 | 14.16 | 12.85 | - |
| YUV | 86.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 94 | 0.82 | 0 | 0.21 | 0.53 | 164.69 | 0.7 | 0.27 |
| Hex | 15 | 77 | 5E | 52 | 0 | 15 | 35 | A5 | 46 | 1B |
| Octal | 25 | 167 | 136 | 122 | 0 | 25 | 65 | 245 | 106 | 33 |
| Binary | 10101 | 1110111 | 1011110 | 1010010 | 0 | 10101 | 110101 | 10100101 | 1000110 | 11011 |
Color Harmonies of #15775E
Complementary color
Monochromatic Colors of #15775E
Black with #15775E
Text Example
Text Example
White with #15775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15775E; }
p { color: rgb(21,119,94); }
H1.HeaderClassName
{
color: #15775E;
}
.AnyTagClassName
{
color: #15775E;
}
</style>
background-color css
<style>
a { background-color: #15775E; }
a { background-color: rgb(21,119,94); }
div.DivClassName
{
background-color: #15775E;
}
.BgClassName
{
background-color: #15775E;
}
</style>
border-color css
<style>
span { border-color: #15775E; }
span { border-color: rgb(21,119,94); }
td.TdClassName
{
border-color: #15775E;
}
.TagClassName
{
border-color: #15775E;
}
</style>