Shades of Blue Stone #125C55
Tints of Blue Stone #125C55
RGB
CMYK
RGB Variations
Color information
#125C55 (or 0x125C55) is known color: Blue Stone. HEX triplet: 12, 5C and 55. RGB value is (18,92,85). Sum of RGB (Red+Green+Blue) = 18+92+85=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #125C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C55 is #EDA3AA. Grayscale: #454545. Windows color (decimal): -15573931 or 5594130. OLE color: 5594130.
HSL color Cylindrical-coordinate representation of color #125C55: hue angle of 174.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C55 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 85 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.64 |
| HSL | 174.32º | 0.67% | 0.22% | - |
| HSV(B) | 174.32º | 0.8% | 0.36% | - |
| XYZ | 5.72 | 8.44 | 9.92 | - |
| YUV | 69.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 85 | 0.80 | 0 | 0.08 | 0.64 | 174.32 | 0.67 | 0.22 |
| Hex | 12 | 5C | 55 | 50 | 0 | 8 | 40 | AE | 43 | 16 |
| Octal | 22 | 134 | 125 | 120 | 0 | 10 | 100 | 256 | 103 | 26 |
| Binary | 10010 | 1011100 | 1010101 | 1010000 | 0 | 1000 | 1000000 | 10101110 | 1000011 | 10110 |
Color Harmonies of #125C55
Complementary color
Monochromatic Colors of #125C55
Black with #125C55
Text Example
Text Example
White with #125C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C55; }
p { color: rgb(18,92,85); }
H1.HeaderClassName
{
color: #125C55;
}
.AnyTagClassName
{
color: #125C55;
}
</style>
background-color css
<style>
a { background-color: #125C55; }
a { background-color: rgb(18,92,85); }
div.DivClassName
{
background-color: #125C55;
}
.BgClassName
{
background-color: #125C55;
}
</style>
border-color css
<style>
span { border-color: #125C55; }
span { border-color: rgb(18,92,85); }
td.TdClassName
{
border-color: #125C55;
}
.TagClassName
{
border-color: #125C55;
}
</style>