Shades of Jewel #126A4D
Tints of Jewel #126A4D
RGB
CMYK
RGB Variations
Color information
#126A4D (or 0x126A4D) is known color: Jewel. HEX triplet: 12, 6A and 4D. RGB value is (18,106,77). Sum of RGB (Red+Green+Blue) = 18+106+77=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #126A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A4D is #ED95B2. Grayscale: #4C4C4C. Windows color (decimal): -15570355 or 5073426. OLE color: 5073426.
HSL color Cylindrical-coordinate representation of color #126A4D: hue angle of 160.23º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A4D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 106 | 77 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.58 |
| HSL | 160.23º | 0.71% | 0.24% | - |
| HSV(B) | 160.23º | 0.83% | 0.42% | - |
| XYZ | 6.74 | 10.97 | 8.78 | - |
| YUV | 76.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 77 | 0.83 | 0 | 0.27 | 0.58 | 160.23 | 0.71 | 0.24 |
| Hex | 12 | 6A | 4D | 53 | 0 | 1B | 3A | A0 | 47 | 18 |
| Octal | 22 | 152 | 115 | 123 | 0 | 33 | 72 | 240 | 107 | 30 |
| Binary | 10010 | 1101010 | 1001101 | 1010011 | 0 | 11011 | 111010 | 10100000 | 1000111 | 11000 |
Color Harmonies of #126A4D
Complementary color
Monochromatic Colors of #126A4D
Black with #126A4D
Text Example
Text Example
White with #126A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A4D; }
p { color: rgb(18,106,77); }
H1.HeaderClassName
{
color: #126A4D;
}
.AnyTagClassName
{
color: #126A4D;
}
</style>
background-color css
<style>
a { background-color: #126A4D; }
a { background-color: rgb(18,106,77); }
div.DivClassName
{
background-color: #126A4D;
}
.BgClassName
{
background-color: #126A4D;
}
</style>
border-color css
<style>
span { border-color: #126A4D; }
span { border-color: rgb(18,106,77); }
td.TdClassName
{
border-color: #126A4D;
}
.TagClassName
{
border-color: #126A4D;
}
</style>