Shades of Blue Stone #126C70
Tints of Blue Stone #126C70
RGB
CMYK
RGB Variations
Color information
#126C70 (or 0x126C70) is known color: Blue Stone. HEX triplet: 12, 6C and 70. RGB value is (18,108,112). Sum of RGB (Red+Green+Blue) = 18+108+112=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #126C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C70 is #ED938F. Grayscale: #515151. Windows color (decimal): -15569808 or 7367698. OLE color: 7367698.
HSL color Cylindrical-coordinate representation of color #126C70: hue angle of 182.55º 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 #126C70 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 108 | 112 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.56 |
| HSL | 182.55º | 0.72% | 0.25% | - |
| HSV(B) | 182.55º | 0.84% | 0.44% | - |
| XYZ | 8.54 | 12.02 | 17.2 | - |
| YUV | 81.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 112 | 0.84 | 0.04 | 0 | 0.56 | 182.55 | 0.72 | 0.25 |
| Hex | 12 | 6C | 70 | 54 | 4 | 0 | 38 | B7 | 48 | 19 |
| Octal | 22 | 154 | 160 | 124 | 4 | 0 | 70 | 267 | 110 | 31 |
| Binary | 10010 | 1101100 | 1110000 | 1010100 | 100 | 0 | 111000 | 10110111 | 1001000 | 11001 |
Color Harmonies of #126C70
Complementary color
Monochromatic Colors of #126C70
Black with #126C70
Text Example
Text Example
White with #126C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C70; }
p { color: rgb(18,108,112); }
H1.HeaderClassName
{
color: #126C70;
}
.AnyTagClassName
{
color: #126C70;
}
</style>
background-color css
<style>
a { background-color: #126C70; }
a { background-color: rgb(18,108,112); }
div.DivClassName
{
background-color: #126C70;
}
.BgClassName
{
background-color: #126C70;
}
</style>
border-color css
<style>
span { border-color: #126C70; }
span { border-color: rgb(18,108,112); }
td.TdClassName
{
border-color: #126C70;
}
.TagClassName
{
border-color: #126C70;
}
</style>