Shades of Evening Sea #196850
Tints of Evening Sea #196850
RGB
CMYK
RGB Variations
Color information
#196850 (or 0x196850) is known color: Evening Sea. HEX triplet: 19, 68 and 50. RGB value is (25,104,80). Sum of RGB (Red+Green+Blue) = 25+104+80=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #196850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196850 is #E697AF. Grayscale: #4D4D4D. Windows color (decimal): -15112112 or 5269529. OLE color: 5269529.
HSL color Cylindrical-coordinate representation of color #196850: hue angle of 161.77º degrees, saturation: 0.61, 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 #196850 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 80 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.59 |
| HSL | 161.77º | 0.61% | 0.25% | - |
| HSV(B) | 161.77º | 0.76% | 0.41% | - |
| XYZ | 6.8 | 10.69 | 9.29 | - |
| YUV | 77.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 80 | 0.76 | 0 | 0.23 | 0.59 | 161.77 | 0.61 | 0.25 |
| Hex | 19 | 68 | 50 | 4C | 0 | 17 | 3B | A2 | 3D | 19 |
| Octal | 31 | 150 | 120 | 114 | 0 | 27 | 73 | 242 | 75 | 31 |
| Binary | 11001 | 1101000 | 1010000 | 1001100 | 0 | 10111 | 111011 | 10100010 | 111101 | 11001 |
Color Harmonies of #196850
Complementary color
Monochromatic Colors of #196850
Black with #196850
Text Example
Text Example
White with #196850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196850; }
p { color: rgb(25,104,80); }
H1.HeaderClassName
{
color: #196850;
}
.AnyTagClassName
{
color: #196850;
}
</style>
background-color css
<style>
a { background-color: #196850; }
a { background-color: rgb(25,104,80); }
div.DivClassName
{
background-color: #196850;
}
.BgClassName
{
background-color: #196850;
}
</style>
border-color css
<style>
span { border-color: #196850; }
span { border-color: rgb(25,104,80); }
td.TdClassName
{
border-color: #196850;
}
.TagClassName
{
border-color: #196850;
}
</style>