Shades of Blue Stone #126D5E
Tints of Blue Stone #126D5E
RGB
CMYK
RGB Variations
Color information
#126D5E (or 0x126D5E) is known color: Blue Stone. HEX triplet: 12, 6D and 5E. RGB value is (18,109,94). Sum of RGB (Red+Green+Blue) = 18+109+94=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #126D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D5E is #ED92A1. Grayscale: #505050. Windows color (decimal): -15569570 or 6188306. OLE color: 6188306.
HSL color Cylindrical-coordinate representation of color #126D5E: hue angle of 170.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D5E is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 109 | 94 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.57 |
| HSL | 170.11º | 0.72% | 0.25% | - |
| HSV(B) | 170.11º | 0.83% | 0.43% | - |
| XYZ | 7.74 | 11.87 | 12.47 | - |
| YUV | 80.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 94 | 0.83 | 0 | 0.14 | 0.57 | 170.11 | 0.72 | 0.25 |
| Hex | 12 | 6D | 5E | 53 | 0 | E | 39 | AA | 48 | 19 |
| Octal | 22 | 155 | 136 | 123 | 0 | 16 | 71 | 252 | 110 | 31 |
| Binary | 10010 | 1101101 | 1011110 | 1010011 | 0 | 1110 | 111001 | 10101010 | 1001000 | 11001 |
Color Harmonies of #126D5E
Complementary color
Monochromatic Colors of #126D5E
Black with #126D5E
Text Example
Text Example
White with #126D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126D5E; }
p { color: rgb(18,109,94); }
H1.HeaderClassName
{
color: #126D5E;
}
.AnyTagClassName
{
color: #126D5E;
}
</style>
background-color css
<style>
a { background-color: #126D5E; }
a { background-color: rgb(18,109,94); }
div.DivClassName
{
background-color: #126D5E;
}
.BgClassName
{
background-color: #126D5E;
}
</style>
border-color css
<style>
span { border-color: #126D5E; }
span { border-color: rgb(18,109,94); }
td.TdClassName
{
border-color: #126D5E;
}
.TagClassName
{
border-color: #126D5E;
}
</style>