Shades of Teal Blue #124957
Tints of Teal Blue #124957
RGB
CMYK
RGB Variations
Color information
#124957 (or 0x124957) is known color: Teal Blue. HEX triplet: 12, 49 and 57. RGB value is (18,73,87). Sum of RGB (Red+Green+Blue) = 18+73+87=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #124957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124957 is #EDB6A8. Grayscale: #3A3A3A. Windows color (decimal): -15578793 or 5720338. OLE color: 5720338.
HSL color Cylindrical-coordinate representation of color #124957: hue angle of 192.17º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124957 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 73 | 87 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.66 |
| HSL | 192.17º | 0.66% | 0.21% | - |
| HSV(B) | 192.17º | 0.79% | 0.34% | - |
| XYZ | 4.35 | 5.58 | 9.86 | - |
| YUV | 58.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 87 | 0.79 | 0.16 | 0 | 0.66 | 192.17 | 0.66 | 0.21 |
| Hex | 12 | 49 | 57 | 4F | 10 | 0 | 42 | C0 | 42 | 15 |
| Octal | 22 | 111 | 127 | 117 | 20 | 0 | 102 | 300 | 102 | 25 |
| Binary | 10010 | 1001001 | 1010111 | 1001111 | 10000 | 0 | 1000010 | 11000000 | 1000010 | 10101 |
Color Harmonies of #124957
Complementary color
Monochromatic Colors of #124957
Black with #124957
Text Example
Text Example
White with #124957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124957; }
p { color: rgb(18,73,87); }
H1.HeaderClassName
{
color: #124957;
}
.AnyTagClassName
{
color: #124957;
}
</style>
background-color css
<style>
a { background-color: #124957; }
a { background-color: rgb(18,73,87); }
div.DivClassName
{
background-color: #124957;
}
.BgClassName
{
background-color: #124957;
}
</style>
border-color css
<style>
span { border-color: #124957; }
span { border-color: rgb(18,73,87); }
td.TdClassName
{
border-color: #124957;
}
.TagClassName
{
border-color: #124957;
}
</style>