Shades of Blue Stone #126F68
Tints of Blue Stone #126F68
RGB
CMYK
RGB Variations
Color information
#126F68 (or 0x126F68) is known color: Blue Stone. HEX triplet: 12, 6F and 68. RGB value is (18,111,104). Sum of RGB (Red+Green+Blue) = 18+111+104=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #126F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F68 is #ED9097. Grayscale: #525252. Windows color (decimal): -15569048 or 6844178. OLE color: 6844178.
HSL color Cylindrical-coordinate representation of color #126F68: hue angle of 175.48º 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 #126F68 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 104 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.56 |
| HSL | 175.48º | 0.72% | 0.25% | - |
| HSV(B) | 175.48º | 0.84% | 0.44% | - |
| XYZ | 8.43 | 12.5 | 15.06 | - |
| YUV | 82.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 104 | 0.84 | 0 | 0.06 | 0.56 | 175.48 | 0.72 | 0.25 |
| Hex | 12 | 6F | 68 | 54 | 0 | 6 | 38 | AF | 48 | 19 |
| Octal | 22 | 157 | 150 | 124 | 0 | 6 | 70 | 257 | 110 | 31 |
| Binary | 10010 | 1101111 | 1101000 | 1010100 | 0 | 110 | 111000 | 10101111 | 1001000 | 11001 |
Color Harmonies of #126F68
Complementary color
Monochromatic Colors of #126F68
Black with #126F68
Text Example
Text Example
White with #126F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F68; }
p { color: rgb(18,111,104); }
H1.HeaderClassName
{
color: #126F68;
}
.AnyTagClassName
{
color: #126F68;
}
</style>
background-color css
<style>
a { background-color: #126F68; }
a { background-color: rgb(18,111,104); }
div.DivClassName
{
background-color: #126F68;
}
.BgClassName
{
background-color: #126F68;
}
</style>
border-color css
<style>
span { border-color: #126F68; }
span { border-color: rgb(18,111,104); }
td.TdClassName
{
border-color: #126F68;
}
.TagClassName
{
border-color: #126F68;
}
</style>