Shades of Blue Stone #126F60
Tints of Blue Stone #126F60
RGB
CMYK
RGB Variations
Color information
#126F60 (or 0x126F60) is known color: Blue Stone. HEX triplet: 12, 6F and 60. RGB value is (18,111,96). Sum of RGB (Red+Green+Blue) = 18+111+96=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #126F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F60 is #ED909F. Grayscale: #515151. Windows color (decimal): -15569056 or 6319890. OLE color: 6319890.
HSL color Cylindrical-coordinate representation of color #126F60: hue angle of 170.32º 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 #126F60 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 96 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.56 |
| HSL | 170.32º | 0.72% | 0.25% | - |
| HSV(B) | 170.32º | 0.84% | 0.44% | - |
| XYZ | 8.05 | 12.34 | 13.02 | - |
| YUV | 81.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 96 | 0.84 | 0 | 0.14 | 0.56 | 170.32 | 0.72 | 0.25 |
| Hex | 12 | 6F | 60 | 54 | 0 | E | 38 | AA | 48 | 19 |
| Octal | 22 | 157 | 140 | 124 | 0 | 16 | 70 | 252 | 110 | 31 |
| Binary | 10010 | 1101111 | 1100000 | 1010100 | 0 | 1110 | 111000 | 10101010 | 1001000 | 11001 |
Color Harmonies of #126F60
Complementary color
Monochromatic Colors of #126F60
Black with #126F60
Text Example
Text Example
White with #126F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F60; }
p { color: rgb(18,111,96); }
H1.HeaderClassName
{
color: #126F60;
}
.AnyTagClassName
{
color: #126F60;
}
</style>
background-color css
<style>
a { background-color: #126F60; }
a { background-color: rgb(18,111,96); }
div.DivClassName
{
background-color: #126F60;
}
.BgClassName
{
background-color: #126F60;
}
</style>
border-color css
<style>
span { border-color: #126F60; }
span { border-color: rgb(18,111,96); }
td.TdClassName
{
border-color: #126F60;
}
.TagClassName
{
border-color: #126F60;
}
</style>