Shades of Blue Stone #12706F
Tints of Blue Stone #12706F
RGB
CMYK
RGB Variations
Color information
#12706F (or 0x12706F) is known color: Blue Stone. HEX triplet: 12, 70 and 6F. RGB value is (18,112,111). Sum of RGB (Red+Green+Blue) = 18+112+111=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #12706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12706F is #ED8F90. Grayscale: #535353. Windows color (decimal): -15568785 or 7303186. OLE color: 7303186.
HSL color Cylindrical-coordinate representation of color #12706F: hue angle of 179.36º 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 #12706F is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 111 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.56 |
| HSL | 179.36º | 0.72% | 0.25% | - |
| HSV(B) | 179.36º | 0.84% | 0.44% | - |
| XYZ | 8.91 | 12.86 | 17.05 | - |
| YUV | 83.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 111 | 0.84 | 0 | 0.01 | 0.56 | 179.36 | 0.72 | 0.25 |
| Hex | 12 | 70 | 6F | 54 | 0 | 1 | 38 | B3 | 48 | 19 |
| Octal | 22 | 160 | 157 | 124 | 0 | 1 | 70 | 263 | 110 | 31 |
| Binary | 10010 | 1110000 | 1101111 | 1010100 | 0 | 1 | 111000 | 10110011 | 1001000 | 11001 |
Color Harmonies of #12706F
Complementary color
Monochromatic Colors of #12706F
Black with #12706F
Text Example
Text Example
White with #12706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12706F; }
p { color: rgb(18,112,111); }
H1.HeaderClassName
{
color: #12706F;
}
.AnyTagClassName
{
color: #12706F;
}
</style>
background-color css
<style>
a { background-color: #12706F; }
a { background-color: rgb(18,112,111); }
div.DivClassName
{
background-color: #12706F;
}
.BgClassName
{
background-color: #12706F;
}
</style>
border-color css
<style>
span { border-color: #12706F; }
span { border-color: rgb(18,112,111); }
td.TdClassName
{
border-color: #12706F;
}
.TagClassName
{
border-color: #12706F;
}
</style>