Shades of Eden #196652
Tints of Eden #196652
RGB
CMYK
RGB Variations
Color information
#196652 (or 0x196652) is known color: Eden. HEX triplet: 19, 66 and 52. RGB value is (25,102,82). Sum of RGB (Red+Green+Blue) = 25+102+82=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #196652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196652 is #E699AD. Grayscale: #4C4C4C. Windows color (decimal): -15112622 or 5400089. OLE color: 5400089.
HSL color Cylindrical-coordinate representation of color #196652: hue angle of 164.42º 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 #196652 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 82 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.6 |
| HSL | 164.42º | 0.61% | 0.25% | - |
| HSV(B) | 164.42º | 0.75% | 0.4% | - |
| XYZ | 6.68 | 10.32 | 9.62 | - |
| YUV | 76.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 82 | 0.75 | 0 | 0.20 | 0.6 | 164.42 | 0.61 | 0.25 |
| Hex | 19 | 66 | 52 | 4B | 0 | 14 | 3C | A4 | 3D | 19 |
| Octal | 31 | 146 | 122 | 113 | 0 | 24 | 74 | 244 | 75 | 31 |
| Binary | 11001 | 1100110 | 1010010 | 1001011 | 0 | 10100 | 111100 | 10100100 | 111101 | 11001 |
Color Harmonies of #196652
Complementary color
Monochromatic Colors of #196652
Black with #196652
Text Example
Text Example
White with #196652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196652; }
p { color: rgb(25,102,82); }
H1.HeaderClassName
{
color: #196652;
}
.AnyTagClassName
{
color: #196652;
}
</style>
background-color css
<style>
a { background-color: #196652; }
a { background-color: rgb(25,102,82); }
div.DivClassName
{
background-color: #196652;
}
.BgClassName
{
background-color: #196652;
}
</style>
border-color css
<style>
span { border-color: #196652; }
span { border-color: rgb(25,102,82); }
td.TdClassName
{
border-color: #196652;
}
.TagClassName
{
border-color: #196652;
}
</style>