Shades of Blue Stone #125E66
Tints of Blue Stone #125E66
RGB
CMYK
RGB Variations
Color information
#125E66 (or 0x125E66) is known color: Blue Stone. HEX triplet: 12, 5E and 66. RGB value is (18,94,102). Sum of RGB (Red+Green+Blue) = 18+94+102=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #125E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E66 is #EDA199. Grayscale: #484848. Windows color (decimal): -15573402 or 6708754. OLE color: 6708754.
HSL color Cylindrical-coordinate representation of color #125E66: hue angle of 185.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125E66 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 94 | 102 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.6 |
| HSL | 185.71º | 0.7% | 0.24% | - |
| HSV(B) | 185.71º | 0.82% | 0.4% | - |
| XYZ | 6.65 | 9.09 | 13.98 | - |
| YUV | 72.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 102 | 0.82 | 0.08 | 0 | 0.6 | 185.71 | 0.7 | 0.24 |
| Hex | 12 | 5E | 66 | 52 | 8 | 0 | 3C | BA | 46 | 18 |
| Octal | 22 | 136 | 146 | 122 | 10 | 0 | 74 | 272 | 106 | 30 |
| Binary | 10010 | 1011110 | 1100110 | 1010010 | 1000 | 0 | 111100 | 10111010 | 1000110 | 11000 |
Color Harmonies of #125E66
Complementary color
Monochromatic Colors of #125E66
Black with #125E66
Text Example
Text Example
White with #125E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E66; }
p { color: rgb(18,94,102); }
H1.HeaderClassName
{
color: #125E66;
}
.AnyTagClassName
{
color: #125E66;
}
</style>
background-color css
<style>
a { background-color: #125E66; }
a { background-color: rgb(18,94,102); }
div.DivClassName
{
background-color: #125E66;
}
.BgClassName
{
background-color: #125E66;
}
</style>
border-color css
<style>
span { border-color: #125E66; }
span { border-color: rgb(18,94,102); }
td.TdClassName
{
border-color: #125E66;
}
.TagClassName
{
border-color: #125E66;
}
</style>