Shades of Eden #196455
Tints of Eden #196455
RGB
CMYK
RGB Variations
Color information
#196455 (or 0x196455) is known color: Eden. HEX triplet: 19, 64 and 55. RGB value is (25,100,85). Sum of RGB (Red+Green+Blue) = 25+100+85=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #196455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196455 is #E69BAA. Grayscale: #4B4B4B. Windows color (decimal): -15113131 or 5596185. OLE color: 5596185.
HSL color Cylindrical-coordinate representation of color #196455: hue angle of 168º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196455 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 85 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.61 |
| HSL | 168º | 0.6% | 0.25% | - |
| HSV(B) | 168º | 0.75% | 0.39% | - |
| XYZ | 6.6 | 9.98 | 10.17 | - |
| YUV | 75.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 85 | 0.75 | 0 | 0.15 | 0.61 | 168 | 0.6 | 0.25 |
| Hex | 19 | 64 | 55 | 4B | 0 | F | 3D | A8 | 3C | 19 |
| Octal | 31 | 144 | 125 | 113 | 0 | 17 | 75 | 250 | 74 | 31 |
| Binary | 11001 | 1100100 | 1010101 | 1001011 | 0 | 1111 | 111101 | 10101000 | 111100 | 11001 |
Color Harmonies of #196455
Complementary color
Monochromatic Colors of #196455
Black with #196455
Text Example
Text Example
White with #196455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196455; }
p { color: rgb(25,100,85); }
H1.HeaderClassName
{
color: #196455;
}
.AnyTagClassName
{
color: #196455;
}
</style>
background-color css
<style>
a { background-color: #196455; }
a { background-color: rgb(25,100,85); }
div.DivClassName
{
background-color: #196455;
}
.BgClassName
{
background-color: #196455;
}
</style>
border-color css
<style>
span { border-color: #196455; }
span { border-color: rgb(25,100,85); }
td.TdClassName
{
border-color: #196455;
}
.TagClassName
{
border-color: #196455;
}
</style>