Shades of Blue Stone #126E70
Tints of Blue Stone #126E70
RGB
CMYK
RGB Variations
Color information
#126E70 (or 0x126E70) is known color: Blue Stone. HEX triplet: 12, 6E and 70. RGB value is (18,110,112). Sum of RGB (Red+Green+Blue) = 18+110+112=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #126E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E70 is #ED918F. Grayscale: #525252. Windows color (decimal): -15569296 or 7368210. OLE color: 7368210.
HSL color Cylindrical-coordinate representation of color #126E70: hue angle of 181.28º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E70 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 110 | 112 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.56 |
| HSL | 181.28º | 0.72% | 0.25% | - |
| HSV(B) | 181.28º | 0.84% | 0.44% | - |
| XYZ | 8.75 | 12.45 | 17.27 | - |
| YUV | 82.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 112 | 0.84 | 0.02 | 0 | 0.56 | 181.28 | 0.72 | 0.25 |
| Hex | 12 | 6E | 70 | 54 | 2 | 0 | 38 | B5 | 48 | 19 |
| Octal | 22 | 156 | 160 | 124 | 2 | 0 | 70 | 265 | 110 | 31 |
| Binary | 10010 | 1101110 | 1110000 | 1010100 | 10 | 0 | 111000 | 10110101 | 1001000 | 11001 |
Color Harmonies of #126E70
Complementary color
Monochromatic Colors of #126E70
Black with #126E70
Text Example
Text Example
White with #126E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E70; }
p { color: rgb(18,110,112); }
H1.HeaderClassName
{
color: #126E70;
}
.AnyTagClassName
{
color: #126E70;
}
</style>
background-color css
<style>
a { background-color: #126E70; }
a { background-color: rgb(18,110,112); }
div.DivClassName
{
background-color: #126E70;
}
.BgClassName
{
background-color: #126E70;
}
</style>
border-color css
<style>
span { border-color: #126E70; }
span { border-color: rgb(18,110,112); }
td.TdClassName
{
border-color: #126E70;
}
.TagClassName
{
border-color: #126E70;
}
</style>