Shades of Deep Sea #19796C
Tints of Deep Sea #19796C
RGB
CMYK
RGB Variations
Color information
#19796C (or 0x19796C) is known color: Deep Sea. HEX triplet: 19, 79 and 6C. RGB value is (25,121,108). Sum of RGB (Red+Green+Blue) = 25+121+108=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #19796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19796C is #E68693. Grayscale: #5A5A5A. Windows color (decimal): -15107732 or 7108889. OLE color: 7108889.
HSL color Cylindrical-coordinate representation of color #19796C: hue angle of 171.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19796C is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 108 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.53 |
| HSL | 171.88º | 0.66% | 0.29% | - |
| HSV(B) | 171.88º | 0.79% | 0.47% | - |
| XYZ | 9.95 | 14.96 | 16.55 | - |
| YUV | 90.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 108 | 0.79 | 0 | 0.11 | 0.53 | 171.88 | 0.66 | 0.29 |
| Hex | 19 | 79 | 6C | 4F | 0 | B | 35 | AC | 42 | 1D |
| Octal | 31 | 171 | 154 | 117 | 0 | 13 | 65 | 254 | 102 | 35 |
| Binary | 11001 | 1111001 | 1101100 | 1001111 | 0 | 1011 | 110101 | 10101100 | 1000010 | 11101 |
Color Harmonies of #19796C
Complementary color
Monochromatic Colors of #19796C
Black with #19796C
Text Example
Text Example
White with #19796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19796C; }
p { color: rgb(25,121,108); }
H1.HeaderClassName
{
color: #19796C;
}
.AnyTagClassName
{
color: #19796C;
}
</style>
background-color css
<style>
a { background-color: #19796C; }
a { background-color: rgb(25,121,108); }
div.DivClassName
{
background-color: #19796C;
}
.BgClassName
{
background-color: #19796C;
}
</style>
border-color css
<style>
span { border-color: #19796C; }
span { border-color: rgb(25,121,108); }
td.TdClassName
{
border-color: #19796C;
}
.TagClassName
{
border-color: #19796C;
}
</style>