Shades of Eden #125C4E
Tints of Eden #125C4E
RGB
CMYK
RGB Variations
Color information
#125C4E (or 0x125C4E) is known color: Eden. HEX triplet: 12, 5C and 4E. RGB value is (18,92,78). Sum of RGB (Red+Green+Blue) = 18+92+78=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #125C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C4E is #EDA3B1. Grayscale: #444444. Windows color (decimal): -15573938 or 5135378. OLE color: 5135378.
HSL color Cylindrical-coordinate representation of color #125C4E: hue angle of 168.65º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C4E is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 78 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.64 |
| HSL | 168.65º | 0.67% | 0.22% | - |
| HSV(B) | 168.65º | 0.8% | 0.36% | - |
| XYZ | 5.45 | 8.33 | 8.53 | - |
| YUV | 68.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 78 | 0.80 | 0 | 0.15 | 0.64 | 168.65 | 0.67 | 0.22 |
| Hex | 12 | 5C | 4E | 50 | 0 | F | 40 | A9 | 43 | 16 |
| Octal | 22 | 134 | 116 | 120 | 0 | 17 | 100 | 251 | 103 | 26 |
| Binary | 10010 | 1011100 | 1001110 | 1010000 | 0 | 1111 | 1000000 | 10101001 | 1000011 | 10110 |
Color Harmonies of #125C4E
Complementary color
Monochromatic Colors of #125C4E
Black with #125C4E
Text Example
Text Example
White with #125C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C4E; }
p { color: rgb(18,92,78); }
H1.HeaderClassName
{
color: #125C4E;
}
.AnyTagClassName
{
color: #125C4E;
}
</style>
background-color css
<style>
a { background-color: #125C4E; }
a { background-color: rgb(18,92,78); }
div.DivClassName
{
background-color: #125C4E;
}
.BgClassName
{
background-color: #125C4E;
}
</style>
border-color css
<style>
span { border-color: #125C4E; }
span { border-color: rgb(18,92,78); }
td.TdClassName
{
border-color: #125C4E;
}
.TagClassName
{
border-color: #125C4E;
}
</style>