Shades of Jewel #125A48
Tints of Jewel #125A48
RGB
CMYK
RGB Variations
Color information
#125A48 (or 0x125A48) is known color: Jewel. HEX triplet: 12, 5A and 48. RGB value is (18,90,72). Sum of RGB (Red+Green+Blue) = 18+90+72=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #125A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A48 is #EDA5B7. Grayscale: #424242. Windows color (decimal): -15574456 or 4741650. OLE color: 4741650.
HSL color Cylindrical-coordinate representation of color #125A48: hue angle of 165º 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 #125A48 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 72 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.65 |
| HSL | 165º | 0.67% | 0.21% | - |
| HSV(B) | 165º | 0.8% | 0.35% | - |
| XYZ | 5.08 | 7.91 | 7.39 | - |
| YUV | 66.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 72 | 0.80 | 0 | 0.20 | 0.65 | 165 | 0.67 | 0.21 |
| Hex | 12 | 5A | 48 | 50 | 0 | 14 | 41 | A5 | 43 | 15 |
| Octal | 22 | 132 | 110 | 120 | 0 | 24 | 101 | 245 | 103 | 25 |
| Binary | 10010 | 1011010 | 1001000 | 1010000 | 0 | 10100 | 1000001 | 10100101 | 1000011 | 10101 |
Color Harmonies of #125A48
Complementary color
Monochromatic Colors of #125A48
Black with #125A48
Text Example
Text Example
White with #125A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A48; }
p { color: rgb(18,90,72); }
H1.HeaderClassName
{
color: #125A48;
}
.AnyTagClassName
{
color: #125A48;
}
</style>
background-color css
<style>
a { background-color: #125A48; }
a { background-color: rgb(18,90,72); }
div.DivClassName
{
background-color: #125A48;
}
.BgClassName
{
background-color: #125A48;
}
</style>
border-color css
<style>
span { border-color: #125A48; }
span { border-color: rgb(18,90,72); }
td.TdClassName
{
border-color: #125A48;
}
.TagClassName
{
border-color: #125A48;
}
</style>