Shades of Teal Blue #124D5A
Tints of Teal Blue #124D5A
RGB
CMYK
RGB Variations
Color information
#124D5A (or 0x124D5A) is known color: Teal Blue. HEX triplet: 12, 4D and 5A. RGB value is (18,77,90). Sum of RGB (Red+Green+Blue) = 18+77+90=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #124D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5A is #EDB2A5. Grayscale: #3C3C3C. Windows color (decimal): -15577766 or 5917970. OLE color: 5917970.
HSL color Cylindrical-coordinate representation of color #124D5A: hue angle of 190.83º degrees, saturation: 0.67, 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 #124D5A is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 77 | 90 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.65 |
| HSL | 190.83º | 0.67% | 0.21% | - |
| HSV(B) | 190.83º | 0.8% | 0.35% | - |
| XYZ | 4.75 | 6.17 | 10.61 | - |
| YUV | 60.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 90 | 0.80 | 0.14 | 0 | 0.65 | 190.83 | 0.67 | 0.21 |
| Hex | 12 | 4D | 5A | 50 | E | 0 | 41 | BF | 43 | 15 |
| Octal | 22 | 115 | 132 | 120 | 16 | 0 | 101 | 277 | 103 | 25 |
| Binary | 10010 | 1001101 | 1011010 | 1010000 | 1110 | 0 | 1000001 | 10111111 | 1000011 | 10101 |
Color Harmonies of #124D5A
Complementary color
Monochromatic Colors of #124D5A
Black with #124D5A
Text Example
Text Example
White with #124D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D5A; }
p { color: rgb(18,77,90); }
H1.HeaderClassName
{
color: #124D5A;
}
.AnyTagClassName
{
color: #124D5A;
}
</style>
background-color css
<style>
a { background-color: #124D5A; }
a { background-color: rgb(18,77,90); }
div.DivClassName
{
background-color: #124D5A;
}
.BgClassName
{
background-color: #124D5A;
}
</style>
border-color css
<style>
span { border-color: #124D5A; }
span { border-color: rgb(18,77,90); }
td.TdClassName
{
border-color: #124D5A;
}
.TagClassName
{
border-color: #124D5A;
}
</style>