Shades of Eden #125A4E
Tints of Eden #125A4E
RGB
CMYK
RGB Variations
Color information
#125A4E (or 0x125A4E) is known color: Eden. HEX triplet: 12, 5A and 4E. RGB value is (18,90,78). Sum of RGB (Red+Green+Blue) = 18+90+78=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #125A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A4E is #EDA5B1. Grayscale: #434343. Windows color (decimal): -15574450 or 5134866. OLE color: 5134866.
HSL color Cylindrical-coordinate representation of color #125A4E: hue angle of 170º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A4E is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 78 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.65 |
| HSL | 170º | 0.67% | 0.21% | - |
| HSV(B) | 170º | 0.8% | 0.35% | - |
| XYZ | 5.28 | 7.99 | 8.47 | - |
| YUV | 67.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 78 | 0.80 | 0 | 0.13 | 0.65 | 170 | 0.67 | 0.21 |
| Hex | 12 | 5A | 4E | 50 | 0 | D | 41 | AA | 43 | 15 |
| Octal | 22 | 132 | 116 | 120 | 0 | 15 | 101 | 252 | 103 | 25 |
| Binary | 10010 | 1011010 | 1001110 | 1010000 | 0 | 1101 | 1000001 | 10101010 | 1000011 | 10101 |
Color Harmonies of #125A4E
Complementary color
Monochromatic Colors of #125A4E
Black with #125A4E
Text Example
Text Example
White with #125A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A4E; }
p { color: rgb(18,90,78); }
H1.HeaderClassName
{
color: #125A4E;
}
.AnyTagClassName
{
color: #125A4E;
}
</style>
background-color css
<style>
a { background-color: #125A4E; }
a { background-color: rgb(18,90,78); }
div.DivClassName
{
background-color: #125A4E;
}
.BgClassName
{
background-color: #125A4E;
}
</style>
border-color css
<style>
span { border-color: #125A4E; }
span { border-color: rgb(18,90,78); }
td.TdClassName
{
border-color: #125A4E;
}
.TagClassName
{
border-color: #125A4E;
}
</style>