Shades of Eden #146151
Tints of Eden #146151
RGB
CMYK
RGB Variations
Color information
#146151 (or 0x146151) is known color: Eden. HEX triplet: 14, 61 and 51. RGB value is (20,97,81). Sum of RGB (Red+Green+Blue) = 20+97+81=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #146151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146151 is #EB9EAE. Grayscale: #484848. Windows color (decimal): -15441583 or 5333268. OLE color: 5333268.
HSL color Cylindrical-coordinate representation of color #146151: hue angle of 167.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146151 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 81 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.62 |
| HSL | 167.53º | 0.66% | 0.23% | - |
| HSV(B) | 167.53º | 0.79% | 0.38% | - |
| XYZ | 6.05 | 9.29 | 9.26 | - |
| YUV | 72.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 81 | 0.79 | 0 | 0.16 | 0.62 | 167.53 | 0.66 | 0.23 |
| Hex | 14 | 61 | 51 | 4F | 0 | 10 | 3E | A8 | 42 | 17 |
| Octal | 24 | 141 | 121 | 117 | 0 | 20 | 76 | 250 | 102 | 27 |
| Binary | 10100 | 1100001 | 1010001 | 1001111 | 0 | 10000 | 111110 | 10101000 | 1000010 | 10111 |
Color Harmonies of #146151
Complementary color
Monochromatic Colors of #146151
Black with #146151
Text Example
Text Example
White with #146151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146151; }
p { color: rgb(20,97,81); }
H1.HeaderClassName
{
color: #146151;
}
.AnyTagClassName
{
color: #146151;
}
</style>
background-color css
<style>
a { background-color: #146151; }
a { background-color: rgb(20,97,81); }
div.DivClassName
{
background-color: #146151;
}
.BgClassName
{
background-color: #146151;
}
</style>
border-color css
<style>
span { border-color: #146151; }
span { border-color: rgb(20,97,81); }
td.TdClassName
{
border-color: #146151;
}
.TagClassName
{
border-color: #146151;
}
</style>