Shades of Blue Stone #126A60
Tints of Blue Stone #126A60
RGB
CMYK
RGB Variations
Color information
#126A60 (or 0x126A60) is known color: Blue Stone. HEX triplet: 12, 6A and 60. RGB value is (18,106,96). Sum of RGB (Red+Green+Blue) = 18+106+96=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #126A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A60 is #ED959F. Grayscale: #4E4E4E. Windows color (decimal): -15570336 or 6318610. OLE color: 6318610.
HSL color Cylindrical-coordinate representation of color #126A60: hue angle of 173.18º 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 #126A60 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 106 | 96 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.58 |
| HSL | 173.18º | 0.71% | 0.24% | - |
| HSV(B) | 173.18º | 0.83% | 0.42% | - |
| XYZ | 7.51 | 11.28 | 12.85 | - |
| YUV | 78.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 96 | 0.83 | 0 | 0.09 | 0.58 | 173.18 | 0.71 | 0.24 |
| Hex | 12 | 6A | 60 | 53 | 0 | 9 | 3A | AD | 47 | 18 |
| Octal | 22 | 152 | 140 | 123 | 0 | 11 | 72 | 255 | 107 | 30 |
| Binary | 10010 | 1101010 | 1100000 | 1010011 | 0 | 1001 | 111010 | 10101101 | 1000111 | 11000 |
Color Harmonies of #126A60
Complementary color
Monochromatic Colors of #126A60
Black with #126A60
Text Example
Text Example
White with #126A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A60; }
p { color: rgb(18,106,96); }
H1.HeaderClassName
{
color: #126A60;
}
.AnyTagClassName
{
color: #126A60;
}
</style>
background-color css
<style>
a { background-color: #126A60; }
a { background-color: rgb(18,106,96); }
div.DivClassName
{
background-color: #126A60;
}
.BgClassName
{
background-color: #126A60;
}
</style>
border-color css
<style>
span { border-color: #126A60; }
span { border-color: rgb(18,106,96); }
td.TdClassName
{
border-color: #126A60;
}
.TagClassName
{
border-color: #126A60;
}
</style>