Shades of Teal Blue #124C59
Tints of Teal Blue #124C59
RGB
CMYK
RGB Variations
Color information
#124C59 (or 0x124C59) is known color: Teal Blue. HEX triplet: 12, 4C and 59. RGB value is (18,76,89). Sum of RGB (Red+Green+Blue) = 18+76+89=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #124C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C59 is #EDB3A6. Grayscale: #3C3C3C. Windows color (decimal): -15578023 or 5852178. OLE color: 5852178.
HSL color Cylindrical-coordinate representation of color #124C59: hue angle of 190.99º 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 #124C59 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 76 | 89 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.65 |
| HSL | 190.99º | 0.66% | 0.21% | - |
| HSV(B) | 190.99º | 0.8% | 0.35% | - |
| XYZ | 4.64 | 6.02 | 10.37 | - |
| YUV | 60.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 89 | 0.80 | 0.15 | 0 | 0.65 | 190.99 | 0.66 | 0.21 |
| Hex | 12 | 4C | 59 | 50 | F | 0 | 41 | BF | 42 | 15 |
| Octal | 22 | 114 | 131 | 120 | 17 | 0 | 101 | 277 | 102 | 25 |
| Binary | 10010 | 1001100 | 1011001 | 1010000 | 1111 | 0 | 1000001 | 10111111 | 1000010 | 10101 |
Color Harmonies of #124C59
Complementary color
Monochromatic Colors of #124C59
Black with #124C59
Text Example
Text Example
White with #124C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C59; }
p { color: rgb(18,76,89); }
H1.HeaderClassName
{
color: #124C59;
}
.AnyTagClassName
{
color: #124C59;
}
</style>
background-color css
<style>
a { background-color: #124C59; }
a { background-color: rgb(18,76,89); }
div.DivClassName
{
background-color: #124C59;
}
.BgClassName
{
background-color: #124C59;
}
</style>
border-color css
<style>
span { border-color: #124C59; }
span { border-color: rgb(18,76,89); }
td.TdClassName
{
border-color: #124C59;
}
.TagClassName
{
border-color: #124C59;
}
</style>