Shades of Teal Blue #124D59
Tints of Teal Blue #124D59
RGB
CMYK
RGB Variations
Color information
#124D59 (or 0x124D59) is known color: Teal Blue. HEX triplet: 12, 4D and 59. RGB value is (18,77,89). Sum of RGB (Red+Green+Blue) = 18+77+89=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #124D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D59 is #EDB2A6. Grayscale: #3C3C3C. Windows color (decimal): -15577767 or 5852434. OLE color: 5852434.
HSL color Cylindrical-coordinate representation of color #124D59: hue angle of 190.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124D59 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 77 | 89 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.65 |
| HSL | 190.14º | 0.66% | 0.21% | - |
| HSV(B) | 190.14º | 0.8% | 0.35% | - |
| XYZ | 4.71 | 6.16 | 10.39 | - |
| YUV | 60.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 89 | 0.80 | 0.13 | 0 | 0.65 | 190.14 | 0.66 | 0.21 |
| Hex | 12 | 4D | 59 | 50 | D | 0 | 41 | BE | 42 | 15 |
| Octal | 22 | 115 | 131 | 120 | 15 | 0 | 101 | 276 | 102 | 25 |
| Binary | 10010 | 1001101 | 1011001 | 1010000 | 1101 | 0 | 1000001 | 10111110 | 1000010 | 10101 |
Color Harmonies of #124D59
Complementary color
Monochromatic Colors of #124D59
Black with #124D59
Text Example
Text Example
White with #124D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D59; }
p { color: rgb(18,77,89); }
H1.HeaderClassName
{
color: #124D59;
}
.AnyTagClassName
{
color: #124D59;
}
</style>
background-color css
<style>
a { background-color: #124D59; }
a { background-color: rgb(18,77,89); }
div.DivClassName
{
background-color: #124D59;
}
.BgClassName
{
background-color: #124D59;
}
</style>
border-color css
<style>
span { border-color: #124D59; }
span { border-color: rgb(18,77,89); }
td.TdClassName
{
border-color: #124D59;
}
.TagClassName
{
border-color: #124D59;
}
</style>