Shades of Eden #196655
Tints of Eden #196655
RGB
CMYK
RGB Variations
Color information
#196655 (or 0x196655) is known color: Eden. HEX triplet: 19, 66 and 55. RGB value is (25,102,85). Sum of RGB (Red+Green+Blue) = 25+102+85=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #196655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196655 is #E699AA. Grayscale: #4D4D4D. Windows color (decimal): -15112619 or 5596697. OLE color: 5596697.
HSL color Cylindrical-coordinate representation of color #196655: hue angle of 166.75º 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 #196655 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 85 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.6 |
| HSL | 166.75º | 0.61% | 0.25% | - |
| HSV(B) | 166.75º | 0.75% | 0.4% | - |
| XYZ | 6.79 | 10.37 | 10.24 | - |
| YUV | 77.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 85 | 0.75 | 0 | 0.17 | 0.6 | 166.75 | 0.61 | 0.25 |
| Hex | 19 | 66 | 55 | 4B | 0 | 11 | 3C | A7 | 3D | 19 |
| Octal | 31 | 146 | 125 | 113 | 0 | 21 | 74 | 247 | 75 | 31 |
| Binary | 11001 | 1100110 | 1010101 | 1001011 | 0 | 10001 | 111100 | 10100111 | 111101 | 11001 |
Color Harmonies of #196655
Complementary color
Monochromatic Colors of #196655
Black with #196655
Text Example
Text Example
White with #196655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196655; }
p { color: rgb(25,102,85); }
H1.HeaderClassName
{
color: #196655;
}
.AnyTagClassName
{
color: #196655;
}
</style>
background-color css
<style>
a { background-color: #196655; }
a { background-color: rgb(25,102,85); }
div.DivClassName
{
background-color: #196655;
}
.BgClassName
{
background-color: #196655;
}
</style>
border-color css
<style>
span { border-color: #196655; }
span { border-color: rgb(25,102,85); }
td.TdClassName
{
border-color: #196655;
}
.TagClassName
{
border-color: #196655;
}
</style>