Shades of Blue Stone #12706D
Tints of Blue Stone #12706D
RGB
CMYK
RGB Variations
Color information
#12706D (or 0x12706D) is known color: Blue Stone. HEX triplet: 12, 70 and 6D. RGB value is (18,112,109). Sum of RGB (Red+Green+Blue) = 18+112+109=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #12706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12706D is #ED8F92. Grayscale: #535353. Windows color (decimal): -15568787 or 7172114. OLE color: 7172114.
HSL color Cylindrical-coordinate representation of color #12706D: hue angle of 178.09º 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 #12706D is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 109 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.56 |
| HSL | 178.09º | 0.72% | 0.25% | - |
| HSV(B) | 178.09º | 0.84% | 0.44% | - |
| XYZ | 8.8 | 12.82 | 16.48 | - |
| YUV | 83.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 109 | 0.84 | 0 | 0.03 | 0.56 | 178.09 | 0.72 | 0.25 |
| Hex | 12 | 70 | 6D | 54 | 0 | 3 | 38 | B2 | 48 | 19 |
| Octal | 22 | 160 | 155 | 124 | 0 | 3 | 70 | 262 | 110 | 31 |
| Binary | 10010 | 1110000 | 1101101 | 1010100 | 0 | 11 | 111000 | 10110010 | 1001000 | 11001 |
Color Harmonies of #12706D
Complementary color
Monochromatic Colors of #12706D
Black with #12706D
Text Example
Text Example
White with #12706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12706D; }
p { color: rgb(18,112,109); }
H1.HeaderClassName
{
color: #12706D;
}
.AnyTagClassName
{
color: #12706D;
}
</style>
background-color css
<style>
a { background-color: #12706D; }
a { background-color: rgb(18,112,109); }
div.DivClassName
{
background-color: #12706D;
}
.BgClassName
{
background-color: #12706D;
}
</style>
border-color css
<style>
span { border-color: #12706D; }
span { border-color: rgb(18,112,109); }
td.TdClassName
{
border-color: #12706D;
}
.TagClassName
{
border-color: #12706D;
}
</style>