Shades of Blue Stone #125C60
Tints of Blue Stone #125C60
RGB
CMYK
RGB Variations
Color information
#125C60 (or 0x125C60) is known color: Blue Stone. HEX triplet: 12, 5C and 60. RGB value is (18,92,96). Sum of RGB (Red+Green+Blue) = 18+92+96=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #125C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C60 is #EDA39F. Grayscale: #464646. Windows color (decimal): -15573920 or 6315026. OLE color: 6315026.
HSL color Cylindrical-coordinate representation of color #125C60: hue angle of 183.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125C60 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 92 | 96 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.62 |
| HSL | 183.08º | 0.68% | 0.22% | - |
| HSV(B) | 183.08º | 0.81% | 0.38% | - |
| XYZ | 6.19 | 8.63 | 12.41 | - |
| YUV | 70.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 96 | 0.81 | 0.04 | 0 | 0.62 | 183.08 | 0.68 | 0.22 |
| Hex | 12 | 5C | 60 | 51 | 4 | 0 | 3E | B7 | 44 | 16 |
| Octal | 22 | 134 | 140 | 121 | 4 | 0 | 76 | 267 | 104 | 26 |
| Binary | 10010 | 1011100 | 1100000 | 1010001 | 100 | 0 | 111110 | 10110111 | 1000100 | 10110 |
Color Harmonies of #125C60
Complementary color
Monochromatic Colors of #125C60
Black with #125C60
Text Example
Text Example
White with #125C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C60; }
p { color: rgb(18,92,96); }
H1.HeaderClassName
{
color: #125C60;
}
.AnyTagClassName
{
color: #125C60;
}
</style>
background-color css
<style>
a { background-color: #125C60; }
a { background-color: rgb(18,92,96); }
div.DivClassName
{
background-color: #125C60;
}
.BgClassName
{
background-color: #125C60;
}
</style>
border-color css
<style>
span { border-color: #125C60; }
span { border-color: rgb(18,92,96); }
td.TdClassName
{
border-color: #125C60;
}
.TagClassName
{
border-color: #125C60;
}
</style>