Shades of Eden #196255
Tints of Eden #196255
RGB
CMYK
RGB Variations
Color information
#196255 (or 0x196255) is known color: Eden. HEX triplet: 19, 62 and 55. RGB value is (25,98,85). Sum of RGB (Red+Green+Blue) = 25+98+85=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #196255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196255 is #E69DAA. Grayscale: #4A4A4A. Windows color (decimal): -15113643 or 5595673. OLE color: 5595673.
HSL color Cylindrical-coordinate representation of color #196255: hue angle of 169.32º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196255 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 85 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.62 |
| HSL | 169.32º | 0.59% | 0.24% | - |
| HSV(B) | 169.32º | 0.74% | 0.38% | - |
| XYZ | 6.41 | 9.6 | 10.11 | - |
| YUV | 74.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 85 | 0.74 | 0 | 0.13 | 0.62 | 169.32 | 0.59 | 0.24 |
| Hex | 19 | 62 | 55 | 4A | 0 | D | 3E | A9 | 3B | 18 |
| Octal | 31 | 142 | 125 | 112 | 0 | 15 | 76 | 251 | 73 | 30 |
| Binary | 11001 | 1100010 | 1010101 | 1001010 | 0 | 1101 | 111110 | 10101001 | 111011 | 11000 |
Color Harmonies of #196255
Complementary color
Monochromatic Colors of #196255
Black with #196255
Text Example
Text Example
White with #196255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196255; }
p { color: rgb(25,98,85); }
H1.HeaderClassName
{
color: #196255;
}
.AnyTagClassName
{
color: #196255;
}
</style>
background-color css
<style>
a { background-color: #196255; }
a { background-color: rgb(25,98,85); }
div.DivClassName
{
background-color: #196255;
}
.BgClassName
{
background-color: #196255;
}
</style>
border-color css
<style>
span { border-color: #196255; }
span { border-color: rgb(25,98,85); }
td.TdClassName
{
border-color: #196255;
}
.TagClassName
{
border-color: #196255;
}
</style>