Shades of Deep Sea #15796D
Tints of Deep Sea #15796D
RGB
CMYK
RGB Variations
Color information
#15796D (or 0x15796D) is known color: Deep Sea. HEX triplet: 15, 79 and 6D. RGB value is (21,121,109). Sum of RGB (Red+Green+Blue) = 21+121+109=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #15796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15796D is #EA8692. Grayscale: #595959. Windows color (decimal): -15369875 or 7174421. OLE color: 7174421.
HSL color Cylindrical-coordinate representation of color #15796D: hue angle of 172.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15796D is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 121 | 109 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.53 |
| HSL | 172.8º | 0.7% | 0.28% | - |
| HSV(B) | 172.8º | 0.83% | 0.47% | - |
| XYZ | 9.91 | 14.94 | 16.83 | - |
| YUV | 89.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 109 | 0.83 | 0 | 0.10 | 0.53 | 172.8 | 0.7 | 0.28 |
| Hex | 15 | 79 | 6D | 53 | 0 | A | 35 | AD | 46 | 1C |
| Octal | 25 | 171 | 155 | 123 | 0 | 12 | 65 | 255 | 106 | 34 |
| Binary | 10101 | 1111001 | 1101101 | 1010011 | 0 | 1010 | 110101 | 10101101 | 1000110 | 11100 |
Color Harmonies of #15796D
Complementary color
Monochromatic Colors of #15796D
Black with #15796D
Text Example
Text Example
White with #15796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15796D; }
p { color: rgb(21,121,109); }
H1.HeaderClassName
{
color: #15796D;
}
.AnyTagClassName
{
color: #15796D;
}
</style>
background-color css
<style>
a { background-color: #15796D; }
a { background-color: rgb(21,121,109); }
div.DivClassName
{
background-color: #15796D;
}
.BgClassName
{
background-color: #15796D;
}
</style>
border-color css
<style>
span { border-color: #15796D; }
span { border-color: rgb(21,121,109); }
td.TdClassName
{
border-color: #15796D;
}
.TagClassName
{
border-color: #15796D;
}
</style>