Shades of Evening Sea #196C51
Tints of Evening Sea #196C51
RGB
CMYK
RGB Variations
Color information
#196C51 (or 0x196C51) is known color: Evening Sea. HEX triplet: 19, 6C and 51. RGB value is (25,108,81). Sum of RGB (Red+Green+Blue) = 25+108+81=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #196C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C51 is #E693AE. Grayscale: #505050. Windows color (decimal): -15111087 or 5336089. OLE color: 5336089.
HSL color Cylindrical-coordinate representation of color #196C51: hue angle of 160.48º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C51 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 81 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.58 |
| HSL | 160.48º | 0.62% | 0.26% | - |
| HSV(B) | 160.48º | 0.77% | 0.42% | - |
| XYZ | 7.25 | 11.53 | 9.63 | - |
| YUV | 80.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 81 | 0.77 | 0 | 0.25 | 0.58 | 160.48 | 0.62 | 0.26 |
| Hex | 19 | 6C | 51 | 4D | 0 | 19 | 3A | A0 | 3E | 1A |
| Octal | 31 | 154 | 121 | 115 | 0 | 31 | 72 | 240 | 76 | 32 |
| Binary | 11001 | 1101100 | 1010001 | 1001101 | 0 | 11001 | 111010 | 10100000 | 111110 | 11010 |
Color Harmonies of #196C51
Complementary color
Monochromatic Colors of #196C51
Black with #196C51
Text Example
Text Example
White with #196C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C51; }
p { color: rgb(25,108,81); }
H1.HeaderClassName
{
color: #196C51;
}
.AnyTagClassName
{
color: #196C51;
}
</style>
background-color css
<style>
a { background-color: #196C51; }
a { background-color: rgb(25,108,81); }
div.DivClassName
{
background-color: #196C51;
}
.BgClassName
{
background-color: #196C51;
}
</style>
border-color css
<style>
span { border-color: #196C51; }
span { border-color: rgb(25,108,81); }
td.TdClassName
{
border-color: #196C51;
}
.TagClassName
{
border-color: #196C51;
}
</style>