Shades of Teal Blue #124A57
Tints of Teal Blue #124A57
RGB
CMYK
RGB Variations
Color information
#124A57 (or 0x124A57) is known color: Teal Blue. HEX triplet: 12, 4A and 57. RGB value is (18,74,87). Sum of RGB (Red+Green+Blue) = 18+74+87=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #124A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A57 is #EDB5A8. Grayscale: #3A3A3A. Windows color (decimal): -15578537 or 5720594. OLE color: 5720594.
HSL color Cylindrical-coordinate representation of color #124A57: hue angle of 191.3º 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 #124A57 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 74 | 87 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.66 |
| HSL | 191.3º | 0.66% | 0.21% | - |
| HSV(B) | 191.3º | 0.79% | 0.34% | - |
| XYZ | 4.42 | 5.71 | 9.89 | - |
| YUV | 58.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 87 | 0.79 | 0.15 | 0 | 0.66 | 191.3 | 0.66 | 0.21 |
| Hex | 12 | 4A | 57 | 4F | F | 0 | 42 | BF | 42 | 15 |
| Octal | 22 | 112 | 127 | 117 | 17 | 0 | 102 | 277 | 102 | 25 |
| Binary | 10010 | 1001010 | 1010111 | 1001111 | 1111 | 0 | 1000010 | 10111111 | 1000010 | 10101 |
Color Harmonies of #124A57
Complementary color
Monochromatic Colors of #124A57
Black with #124A57
Text Example
Text Example
White with #124A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A57; }
p { color: rgb(18,74,87); }
H1.HeaderClassName
{
color: #124A57;
}
.AnyTagClassName
{
color: #124A57;
}
</style>
background-color css
<style>
a { background-color: #124A57; }
a { background-color: rgb(18,74,87); }
div.DivClassName
{
background-color: #124A57;
}
.BgClassName
{
background-color: #124A57;
}
</style>
border-color css
<style>
span { border-color: #124A57; }
span { border-color: rgb(18,74,87); }
td.TdClassName
{
border-color: #124A57;
}
.TagClassName
{
border-color: #124A57;
}
</style>