Shades of Jewel #125A43
Tints of Jewel #125A43
RGB
CMYK
RGB Variations
Color information
#125A43 (or 0x125A43) is known color: Jewel. HEX triplet: 12, 5A and 43. RGB value is (18,90,67). Sum of RGB (Red+Green+Blue) = 18+90+67=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #125A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A43 is #EDA5BC. Grayscale: #414141. Windows color (decimal): -15574461 or 4413970. OLE color: 4413970.
HSL color Cylindrical-coordinate representation of color #125A43: hue angle of 160.83º 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 #125A43 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 67 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.65 |
| HSL | 160.83º | 0.67% | 0.21% | - |
| HSV(B) | 160.83º | 0.8% | 0.35% | - |
| XYZ | 4.92 | 7.85 | 6.57 | - |
| YUV | 65.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 67 | 0.80 | 0 | 0.26 | 0.65 | 160.83 | 0.67 | 0.21 |
| Hex | 12 | 5A | 43 | 50 | 0 | 1A | 41 | A1 | 43 | 15 |
| Octal | 22 | 132 | 103 | 120 | 0 | 32 | 101 | 241 | 103 | 25 |
| Binary | 10010 | 1011010 | 1000011 | 1010000 | 0 | 11010 | 1000001 | 10100001 | 1000011 | 10101 |
Color Harmonies of #125A43
Complementary color
Monochromatic Colors of #125A43
Black with #125A43
Text Example
Text Example
White with #125A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A43; }
p { color: rgb(18,90,67); }
H1.HeaderClassName
{
color: #125A43;
}
.AnyTagClassName
{
color: #125A43;
}
</style>
background-color css
<style>
a { background-color: #125A43; }
a { background-color: rgb(18,90,67); }
div.DivClassName
{
background-color: #125A43;
}
.BgClassName
{
background-color: #125A43;
}
</style>
border-color css
<style>
span { border-color: #125A43; }
span { border-color: rgb(18,90,67); }
td.TdClassName
{
border-color: #125A43;
}
.TagClassName
{
border-color: #125A43;
}
</style>