Shades of Eden #125B4E
Tints of Eden #125B4E
RGB
CMYK
RGB Variations
Color information
#125B4E (or 0x125B4E) is known color: Eden. HEX triplet: 12, 5B and 4E. RGB value is (18,91,78). Sum of RGB (Red+Green+Blue) = 18+91+78=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B4E is #EDA4B1. Grayscale: #434343. Windows color (decimal): -15574194 or 5135122. OLE color: 5135122.
HSL color Cylindrical-coordinate representation of color #125B4E: hue angle of 169.32º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B4E is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 78 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.64 |
| HSL | 169.32º | 0.67% | 0.21% | - |
| HSV(B) | 169.32º | 0.8% | 0.36% | - |
| XYZ | 5.37 | 8.16 | 8.5 | - |
| YUV | 67.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 78 | 0.80 | 0 | 0.14 | 0.64 | 169.32 | 0.67 | 0.21 |
| Hex | 12 | 5B | 4E | 50 | 0 | E | 40 | A9 | 43 | 15 |
| Octal | 22 | 133 | 116 | 120 | 0 | 16 | 100 | 251 | 103 | 25 |
| Binary | 10010 | 1011011 | 1001110 | 1010000 | 0 | 1110 | 1000000 | 10101001 | 1000011 | 10101 |
Color Harmonies of #125B4E
Complementary color
Monochromatic Colors of #125B4E
Black with #125B4E
Text Example
Text Example
White with #125B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B4E; }
p { color: rgb(18,91,78); }
H1.HeaderClassName
{
color: #125B4E;
}
.AnyTagClassName
{
color: #125B4E;
}
</style>
background-color css
<style>
a { background-color: #125B4E; }
a { background-color: rgb(18,91,78); }
div.DivClassName
{
background-color: #125B4E;
}
.BgClassName
{
background-color: #125B4E;
}
</style>
border-color css
<style>
span { border-color: #125B4E; }
span { border-color: rgb(18,91,78); }
td.TdClassName
{
border-color: #125B4E;
}
.TagClassName
{
border-color: #125B4E;
}
</style>