Shades of Blue Stone #125C5A
Tints of Blue Stone #125C5A
RGB
CMYK
RGB Variations
Color information
#125C5A (or 0x125C5A) is known color: Blue Stone. HEX triplet: 12, 5C and 5A. RGB value is (18,92,90). Sum of RGB (Red+Green+Blue) = 18+92+90=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #125C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C5A is #EDA3A5. Grayscale: #454545. Windows color (decimal): -15573926 or 5921810. OLE color: 5921810.
HSL color Cylindrical-coordinate representation of color #125C5A: hue angle of 178.38º 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 #125C5A is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 90 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.64 |
| HSL | 178.38º | 0.67% | 0.22% | - |
| HSV(B) | 178.38º | 0.8% | 0.36% | - |
| XYZ | 5.92 | 8.52 | 11.01 | - |
| YUV | 69.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 90 | 0.80 | 0 | 0.02 | 0.64 | 178.38 | 0.67 | 0.22 |
| Hex | 12 | 5C | 5A | 50 | 0 | 2 | 40 | B2 | 43 | 16 |
| Octal | 22 | 134 | 132 | 120 | 0 | 2 | 100 | 262 | 103 | 26 |
| Binary | 10010 | 1011100 | 1011010 | 1010000 | 0 | 10 | 1000000 | 10110010 | 1000011 | 10110 |
Color Harmonies of #125C5A
Complementary color
Monochromatic Colors of #125C5A
Black with #125C5A
Text Example
Text Example
White with #125C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C5A; }
p { color: rgb(18,92,90); }
H1.HeaderClassName
{
color: #125C5A;
}
.AnyTagClassName
{
color: #125C5A;
}
</style>
background-color css
<style>
a { background-color: #125C5A; }
a { background-color: rgb(18,92,90); }
div.DivClassName
{
background-color: #125C5A;
}
.BgClassName
{
background-color: #125C5A;
}
</style>
border-color css
<style>
span { border-color: #125C5A; }
span { border-color: rgb(18,92,90); }
td.TdClassName
{
border-color: #125C5A;
}
.TagClassName
{
border-color: #125C5A;
}
</style>