Shades of Eden #125F51
Tints of Eden #125F51
RGB
CMYK
RGB Variations
Color information
#125F51 (or 0x125F51) is known color: Eden. HEX triplet: 12, 5F and 51. RGB value is (18,95,81). Sum of RGB (Red+Green+Blue) = 18+95+81=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #125F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F51 is #EDA0AE. Grayscale: #464646. Windows color (decimal): -15573167 or 5332754. OLE color: 5332754.
HSL color Cylindrical-coordinate representation of color #125F51: hue angle of 169.09º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F51 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 95 | 81 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.63 |
| HSL | 169.09º | 0.68% | 0.22% | - |
| HSV(B) | 169.09º | 0.81% | 0.37% | - |
| XYZ | 5.83 | 8.91 | 9.2 | - |
| YUV | 70.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 81 | 0.81 | 0 | 0.15 | 0.63 | 169.09 | 0.68 | 0.22 |
| Hex | 12 | 5F | 51 | 51 | 0 | F | 3F | A9 | 44 | 16 |
| Octal | 22 | 137 | 121 | 121 | 0 | 17 | 77 | 251 | 104 | 26 |
| Binary | 10010 | 1011111 | 1010001 | 1010001 | 0 | 1111 | 111111 | 10101001 | 1000100 | 10110 |
Color Harmonies of #125F51
Complementary color
Monochromatic Colors of #125F51
Black with #125F51
Text Example
Text Example
White with #125F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F51; }
p { color: rgb(18,95,81); }
H1.HeaderClassName
{
color: #125F51;
}
.AnyTagClassName
{
color: #125F51;
}
</style>
background-color css
<style>
a { background-color: #125F51; }
a { background-color: rgb(18,95,81); }
div.DivClassName
{
background-color: #125F51;
}
.BgClassName
{
background-color: #125F51;
}
</style>
border-color css
<style>
span { border-color: #125F51; }
span { border-color: rgb(18,95,81); }
td.TdClassName
{
border-color: #125F51;
}
.TagClassName
{
border-color: #125F51;
}
</style>