Shades of Blue Stone #125E51
Tints of Blue Stone #125E51
RGB
CMYK
RGB Variations
Color information
#125E51 (or 0x125E51) is known color: Blue Stone. HEX triplet: 12, 5E and 51. RGB value is (18,94,81). Sum of RGB (Red+Green+Blue) = 18+94+81=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #125E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E51 is #EDA1AE. Grayscale: #454545. Windows color (decimal): -15573423 or 5332498. OLE color: 5332498.
HSL color Cylindrical-coordinate representation of color #125E51: hue angle of 169.74º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E51 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 94 | 81 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.63 |
| HSL | 169.74º | 0.68% | 0.22% | - |
| HSV(B) | 169.74º | 0.81% | 0.37% | - |
| XYZ | 5.74 | 8.73 | 9.17 | - |
| YUV | 69.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 81 | 0.81 | 0 | 0.14 | 0.63 | 169.74 | 0.68 | 0.22 |
| Hex | 12 | 5E | 51 | 51 | 0 | E | 3F | AA | 44 | 16 |
| Octal | 22 | 136 | 121 | 121 | 0 | 16 | 77 | 252 | 104 | 26 |
| Binary | 10010 | 1011110 | 1010001 | 1010001 | 0 | 1110 | 111111 | 10101010 | 1000100 | 10110 |
Color Harmonies of #125E51
Complementary color
Monochromatic Colors of #125E51
Black with #125E51
Text Example
Text Example
White with #125E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E51; }
p { color: rgb(18,94,81); }
H1.HeaderClassName
{
color: #125E51;
}
.AnyTagClassName
{
color: #125E51;
}
</style>
background-color css
<style>
a { background-color: #125E51; }
a { background-color: rgb(18,94,81); }
div.DivClassName
{
background-color: #125E51;
}
.BgClassName
{
background-color: #125E51;
}
</style>
border-color css
<style>
span { border-color: #125E51; }
span { border-color: rgb(18,94,81); }
td.TdClassName
{
border-color: #125E51;
}
.TagClassName
{
border-color: #125E51;
}
</style>