Shades of Evening Sea #196951
Tints of Evening Sea #196951
RGB
CMYK
RGB Variations
Color information
#196951 (or 0x196951) is known color: Evening Sea. HEX triplet: 19, 69 and 51. RGB value is (25,105,81). Sum of RGB (Red+Green+Blue) = 25+105+81=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #196951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196951 is #E696AE. Grayscale: #4E4E4E. Windows color (decimal): -15111855 or 5335321. OLE color: 5335321.
HSL color Cylindrical-coordinate representation of color #196951: hue angle of 162º 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 #196951 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 81 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.59 |
| HSL | 162º | 0.62% | 0.25% | - |
| HSV(B) | 162º | 0.76% | 0.41% | - |
| XYZ | 6.94 | 10.9 | 9.52 | - |
| YUV | 78.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 81 | 0.76 | 0 | 0.23 | 0.59 | 162 | 0.62 | 0.25 |
| Hex | 19 | 69 | 51 | 4C | 0 | 17 | 3B | A2 | 3E | 19 |
| Octal | 31 | 151 | 121 | 114 | 0 | 27 | 73 | 242 | 76 | 31 |
| Binary | 11001 | 1101001 | 1010001 | 1001100 | 0 | 10111 | 111011 | 10100010 | 111110 | 11001 |
Color Harmonies of #196951
Complementary color
Monochromatic Colors of #196951
Black with #196951
Text Example
Text Example
White with #196951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196951; }
p { color: rgb(25,105,81); }
H1.HeaderClassName
{
color: #196951;
}
.AnyTagClassName
{
color: #196951;
}
</style>
background-color css
<style>
a { background-color: #196951; }
a { background-color: rgb(25,105,81); }
div.DivClassName
{
background-color: #196951;
}
.BgClassName
{
background-color: #196951;
}
</style>
border-color css
<style>
span { border-color: #196951; }
span { border-color: rgb(25,105,81); }
td.TdClassName
{
border-color: #196951;
}
.TagClassName
{
border-color: #196951;
}
</style>