Shades of Evening Sea #196650
Tints of Evening Sea #196650
RGB
CMYK
RGB Variations
Color information
#196650 (or 0x196650) is known color: Evening Sea. HEX triplet: 19, 66 and 50. RGB value is (25,102,80). Sum of RGB (Red+Green+Blue) = 25+102+80=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #196650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196650 is #E699AF. Grayscale: #4C4C4C. Windows color (decimal): -15112624 or 5269017. OLE color: 5269017.
HSL color Cylindrical-coordinate representation of color #196650: hue angle of 162.86º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196650 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 80 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.6 |
| HSL | 162.86º | 0.61% | 0.25% | - |
| HSV(B) | 162.86º | 0.75% | 0.4% | - |
| XYZ | 6.6 | 10.29 | 9.23 | - |
| YUV | 76.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 80 | 0.75 | 0 | 0.22 | 0.6 | 162.86 | 0.61 | 0.25 |
| Hex | 19 | 66 | 50 | 4B | 0 | 16 | 3C | A3 | 3D | 19 |
| Octal | 31 | 146 | 120 | 113 | 0 | 26 | 74 | 243 | 75 | 31 |
| Binary | 11001 | 1100110 | 1010000 | 1001011 | 0 | 10110 | 111100 | 10100011 | 111101 | 11001 |
Color Harmonies of #196650
Complementary color
Monochromatic Colors of #196650
Black with #196650
Text Example
Text Example
White with #196650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196650; }
p { color: rgb(25,102,80); }
H1.HeaderClassName
{
color: #196650;
}
.AnyTagClassName
{
color: #196650;
}
</style>
background-color css
<style>
a { background-color: #196650; }
a { background-color: rgb(25,102,80); }
div.DivClassName
{
background-color: #196650;
}
.BgClassName
{
background-color: #196650;
}
</style>
border-color css
<style>
span { border-color: #196650; }
span { border-color: rgb(25,102,80); }
td.TdClassName
{
border-color: #196650;
}
.TagClassName
{
border-color: #196650;
}
</style>