Shades of Blue Stone #125B50
Tints of Blue Stone #125B50
RGB
CMYK
RGB Variations
Color information
#125B50 (or 0x125B50) is known color: Blue Stone. HEX triplet: 12, 5B and 50. RGB value is (18,91,80). Sum of RGB (Red+Green+Blue) = 18+91+80=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #125B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B50 is #EDA4AF. Grayscale: #434343. Windows color (decimal): -15574192 or 5266194. OLE color: 5266194.
HSL color Cylindrical-coordinate representation of color #125B50: hue angle of 170.96º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B50 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 80 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.64 |
| HSL | 170.96º | 0.67% | 0.21% | - |
| HSV(B) | 170.96º | 0.8% | 0.36% | - |
| XYZ | 5.44 | 8.19 | 8.88 | - |
| YUV | 67.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 80 | 0.80 | 0 | 0.12 | 0.64 | 170.96 | 0.67 | 0.21 |
| Hex | 12 | 5B | 50 | 50 | 0 | C | 40 | AB | 43 | 15 |
| Octal | 22 | 133 | 120 | 120 | 0 | 14 | 100 | 253 | 103 | 25 |
| Binary | 10010 | 1011011 | 1010000 | 1010000 | 0 | 1100 | 1000000 | 10101011 | 1000011 | 10101 |
Color Harmonies of #125B50
Complementary color
Monochromatic Colors of #125B50
Black with #125B50
Text Example
Text Example
White with #125B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B50; }
p { color: rgb(18,91,80); }
H1.HeaderClassName
{
color: #125B50;
}
.AnyTagClassName
{
color: #125B50;
}
</style>
background-color css
<style>
a { background-color: #125B50; }
a { background-color: rgb(18,91,80); }
div.DivClassName
{
background-color: #125B50;
}
.BgClassName
{
background-color: #125B50;
}
</style>
border-color css
<style>
span { border-color: #125B50; }
span { border-color: rgb(18,91,80); }
td.TdClassName
{
border-color: #125B50;
}
.TagClassName
{
border-color: #125B50;
}
</style>