Shades of Blue Stone #125E56
Tints of Blue Stone #125E56
RGB
CMYK
RGB Variations
Color information
#125E56 (or 0x125E56) is known color: Blue Stone. HEX triplet: 12, 5E and 56. RGB value is (18,94,86). Sum of RGB (Red+Green+Blue) = 18+94+86=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 94 - color contains mainly: green. Hex color #125E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E56 is #EDA1A9. Grayscale: #464646. Windows color (decimal): -15573418 or 5660178. OLE color: 5660178.
HSL color Cylindrical-coordinate representation of color #125E56: hue angle of 173.68º 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 #125E56 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 94 | 86 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.63 |
| HSL | 173.68º | 0.68% | 0.22% | - |
| HSV(B) | 173.68º | 0.81% | 0.37% | - |
| XYZ | 5.93 | 8.81 | 10.19 | - |
| YUV | 70.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 86 | 0.81 | 0 | 0.09 | 0.63 | 173.68 | 0.68 | 0.22 |
| Hex | 12 | 5E | 56 | 51 | 0 | 9 | 3F | AE | 44 | 16 |
| Octal | 22 | 136 | 126 | 121 | 0 | 11 | 77 | 256 | 104 | 26 |
| Binary | 10010 | 1011110 | 1010110 | 1010001 | 0 | 1001 | 111111 | 10101110 | 1000100 | 10110 |
Color Harmonies of #125E56
Complementary color
Monochromatic Colors of #125E56
Black with #125E56
Text Example
Text Example
White with #125E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E56; }
p { color: rgb(18,94,86); }
H1.HeaderClassName
{
color: #125E56;
}
.AnyTagClassName
{
color: #125E56;
}
</style>
background-color css
<style>
a { background-color: #125E56; }
a { background-color: rgb(18,94,86); }
div.DivClassName
{
background-color: #125E56;
}
.BgClassName
{
background-color: #125E56;
}
</style>
border-color css
<style>
span { border-color: #125E56; }
span { border-color: rgb(18,94,86); }
td.TdClassName
{
border-color: #125E56;
}
.TagClassName
{
border-color: #125E56;
}
</style>