Shades of Blue Stone #12706E
Tints of Blue Stone #12706E
RGB
CMYK
RGB Variations
Color information
#12706E (or 0x12706E) is known color: Blue Stone. HEX triplet: 12, 70 and 6E. RGB value is (18,112,110). Sum of RGB (Red+Green+Blue) = 18+112+110=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #12706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12706E is #ED8F91. Grayscale: #535353. Windows color (decimal): -15568786 or 7237650. OLE color: 7237650.
HSL color Cylindrical-coordinate representation of color #12706E: hue angle of 178.72º 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 #12706E is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 110 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.56 |
| HSL | 178.72º | 0.72% | 0.25% | - |
| HSV(B) | 178.72º | 0.84% | 0.44% | - |
| XYZ | 8.86 | 12.84 | 16.76 | - |
| YUV | 83.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 110 | 0.84 | 0 | 0.02 | 0.56 | 178.72 | 0.72 | 0.25 |
| Hex | 12 | 70 | 6E | 54 | 0 | 2 | 38 | B3 | 48 | 19 |
| Octal | 22 | 160 | 156 | 124 | 0 | 2 | 70 | 263 | 110 | 31 |
| Binary | 10010 | 1110000 | 1101110 | 1010100 | 0 | 10 | 111000 | 10110011 | 1001000 | 11001 |
Color Harmonies of #12706E
Complementary color
Monochromatic Colors of #12706E
Black with #12706E
Text Example
Text Example
White with #12706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12706E; }
p { color: rgb(18,112,110); }
H1.HeaderClassName
{
color: #12706E;
}
.AnyTagClassName
{
color: #12706E;
}
</style>
background-color css
<style>
a { background-color: #12706E; }
a { background-color: rgb(18,112,110); }
div.DivClassName
{
background-color: #12706E;
}
.BgClassName
{
background-color: #12706E;
}
</style>
border-color css
<style>
span { border-color: #12706E; }
span { border-color: rgb(18,112,110); }
td.TdClassName
{
border-color: #12706E;
}
.TagClassName
{
border-color: #12706E;
}
</style>