Shades of Blue Stone #126F6F
Tints of Blue Stone #126F6F
RGB
CMYK
RGB Variations
Color information
#126F6F (or 0x126F6F) is known color: Blue Stone. HEX triplet: 12, 6F and 6F. RGB value is (18,111,111). Sum of RGB (Red+Green+Blue) = 18+111+111=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #126F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F6F is #ED9090. Grayscale: #535353. Windows color (decimal): -15569041 or 7302930. OLE color: 7302930.
HSL color Cylindrical-coordinate representation of color #126F6F: hue angle of 180º 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 #126F6F is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 111 | - |
| CMYK | 0.84 | 0 | 0 | 0.56 |
| HSL | 180º | 0.72% | 0.25% | - |
| HSV(B) | 180º | 0.84% | 0.44% | - |
| XYZ | 8.8 | 12.65 | 17.02 | - |
| YUV | 83.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 111 | 0.84 | 0 | 0 | 0.56 | 180 | 0.72 | 0.25 |
| Hex | 12 | 6F | 6F | 54 | 0 | 0 | 38 | B4 | 48 | 19 |
| Octal | 22 | 157 | 157 | 124 | 0 | 0 | 70 | 264 | 110 | 31 |
| Binary | 10010 | 1101111 | 1101111 | 1010100 | 0 | 0 | 111000 | 10110100 | 1001000 | 11001 |
Color Harmonies of #126F6F
Complementary color
Monochromatic Colors of #126F6F
Black with #126F6F
Text Example
Text Example
White with #126F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F6F; }
p { color: rgb(18,111,111); }
H1.HeaderClassName
{
color: #126F6F;
}
.AnyTagClassName
{
color: #126F6F;
}
</style>
background-color css
<style>
a { background-color: #126F6F; }
a { background-color: rgb(18,111,111); }
div.DivClassName
{
background-color: #126F6F;
}
.BgClassName
{
background-color: #126F6F;
}
</style>
border-color css
<style>
span { border-color: #126F6F; }
span { border-color: rgb(18,111,111); }
td.TdClassName
{
border-color: #126F6F;
}
.TagClassName
{
border-color: #126F6F;
}
</style>