Shades of Evening Sea #196952
Tints of Evening Sea #196952
RGB
CMYK
RGB Variations
Color information
#196952 (or 0x196952) is known color: Evening Sea. HEX triplet: 19, 69 and 52. RGB value is (25,105,82). Sum of RGB (Red+Green+Blue) = 25+105+82=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #196952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196952 is #E696AD. Grayscale: #4E4E4E. Windows color (decimal): -15111854 or 5400857. OLE color: 5400857.
HSL color Cylindrical-coordinate representation of color #196952: hue angle of 162.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196952 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 82 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.59 |
| HSL | 162.75º | 0.62% | 0.25% | - |
| HSV(B) | 162.75º | 0.76% | 0.41% | - |
| XYZ | 6.98 | 10.92 | 9.72 | - |
| YUV | 78.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 82 | 0.76 | 0 | 0.22 | 0.59 | 162.75 | 0.62 | 0.25 |
| Hex | 19 | 69 | 52 | 4C | 0 | 16 | 3B | A3 | 3E | 19 |
| Octal | 31 | 151 | 122 | 114 | 0 | 26 | 73 | 243 | 76 | 31 |
| Binary | 11001 | 1101001 | 1010010 | 1001100 | 0 | 10110 | 111011 | 10100011 | 111110 | 11001 |
Color Harmonies of #196952
Complementary color
Monochromatic Colors of #196952
Black with #196952
Text Example
Text Example
White with #196952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196952; }
p { color: rgb(25,105,82); }
H1.HeaderClassName
{
color: #196952;
}
.AnyTagClassName
{
color: #196952;
}
</style>
background-color css
<style>
a { background-color: #196952; }
a { background-color: rgb(25,105,82); }
div.DivClassName
{
background-color: #196952;
}
.BgClassName
{
background-color: #196952;
}
</style>
border-color css
<style>
span { border-color: #196952; }
span { border-color: rgb(25,105,82); }
td.TdClassName
{
border-color: #196952;
}
.TagClassName
{
border-color: #196952;
}
</style>