Shades of Teal Blue #124C5A
Tints of Teal Blue #124C5A
RGB
CMYK
RGB Variations
Color information
#124C5A (or 0x124C5A) is known color: Teal Blue. HEX triplet: 12, 4C and 5A. RGB value is (18,76,90). Sum of RGB (Red+Green+Blue) = 18+76+90=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #124C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C5A is #EDB3A5. Grayscale: #3C3C3C. Windows color (decimal): -15578022 or 5917714. OLE color: 5917714.
HSL color Cylindrical-coordinate representation of color #124C5A: hue angle of 191.67º 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 #124C5A is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 76 | 90 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.65 |
| HSL | 191.67º | 0.67% | 0.21% | - |
| HSV(B) | 191.67º | 0.8% | 0.35% | - |
| XYZ | 4.68 | 6.04 | 10.59 | - |
| YUV | 60.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 90 | 0.80 | 0.16 | 0 | 0.65 | 191.67 | 0.67 | 0.21 |
| Hex | 12 | 4C | 5A | 50 | 10 | 0 | 41 | C0 | 43 | 15 |
| Octal | 22 | 114 | 132 | 120 | 20 | 0 | 101 | 300 | 103 | 25 |
| Binary | 10010 | 1001100 | 1011010 | 1010000 | 10000 | 0 | 1000001 | 11000000 | 1000011 | 10101 |
Color Harmonies of #124C5A
Complementary color
Monochromatic Colors of #124C5A
Black with #124C5A
Text Example
Text Example
White with #124C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C5A; }
p { color: rgb(18,76,90); }
H1.HeaderClassName
{
color: #124C5A;
}
.AnyTagClassName
{
color: #124C5A;
}
</style>
background-color css
<style>
a { background-color: #124C5A; }
a { background-color: rgb(18,76,90); }
div.DivClassName
{
background-color: #124C5A;
}
.BgClassName
{
background-color: #124C5A;
}
</style>
border-color css
<style>
span { border-color: #124C5A; }
span { border-color: rgb(18,76,90); }
td.TdClassName
{
border-color: #124C5A;
}
.TagClassName
{
border-color: #124C5A;
}
</style>