Shades of Jewel #125E41
Tints of Jewel #125E41
RGB
CMYK
RGB Variations
Color information
#125E41 (or 0x125E41) is known color: Jewel. HEX triplet: 12, 5E and 41. RGB value is (18,94,65). Sum of RGB (Red+Green+Blue) = 18+94+65=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #125E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E41 is #EDA1BE. Grayscale: #444444. Windows color (decimal): -15573439 or 4283922. OLE color: 4283922.
HSL color Cylindrical-coordinate representation of color #125E41: hue angle of 157.11º 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 #125E41 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 94 | 65 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.63 |
| HSL | 157.11º | 0.68% | 0.22% | - |
| HSV(B) | 157.11º | 0.81% | 0.37% | - |
| XYZ | 5.21 | 8.52 | 6.37 | - |
| YUV | 67.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 65 | 0.81 | 0 | 0.31 | 0.63 | 157.11 | 0.68 | 0.22 |
| Hex | 12 | 5E | 41 | 51 | 0 | 1F | 3F | 9D | 44 | 16 |
| Octal | 22 | 136 | 101 | 121 | 0 | 37 | 77 | 235 | 104 | 26 |
| Binary | 10010 | 1011110 | 1000001 | 1010001 | 0 | 11111 | 111111 | 10011101 | 1000100 | 10110 |
Color Harmonies of #125E41
Complementary color
Monochromatic Colors of #125E41
Black with #125E41
Text Example
Text Example
White with #125E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E41; }
p { color: rgb(18,94,65); }
H1.HeaderClassName
{
color: #125E41;
}
.AnyTagClassName
{
color: #125E41;
}
</style>
background-color css
<style>
a { background-color: #125E41; }
a { background-color: rgb(18,94,65); }
div.DivClassName
{
background-color: #125E41;
}
.BgClassName
{
background-color: #125E41;
}
</style>
border-color css
<style>
span { border-color: #125E41; }
span { border-color: rgb(18,94,65); }
td.TdClassName
{
border-color: #125E41;
}
.TagClassName
{
border-color: #125E41;
}
</style>