Shades of Teal Blue #124E5A
Tints of Teal Blue #124E5A
RGB
CMYK
RGB Variations
Color information
#124E5A (or 0x124E5A) is known color: Teal Blue. HEX triplet: 12, 4E and 5A. RGB value is (18,78,90). Sum of RGB (Red+Green+Blue) = 18+78+90=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #124E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E5A is #EDB1A5. Grayscale: #3D3D3D. Windows color (decimal): -15577510 or 5918226. OLE color: 5918226.
HSL color Cylindrical-coordinate representation of color #124E5A: hue angle of 190º 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 #124E5A is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 78 | 90 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.65 |
| HSL | 190º | 0.67% | 0.21% | - |
| HSV(B) | 190º | 0.8% | 0.35% | - |
| XYZ | 4.82 | 6.32 | 10.64 | - |
| YUV | 61.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 90 | 0.80 | 0.13 | 0 | 0.65 | 190 | 0.67 | 0.21 |
| Hex | 12 | 4E | 5A | 50 | D | 0 | 41 | BE | 43 | 15 |
| Octal | 22 | 116 | 132 | 120 | 15 | 0 | 101 | 276 | 103 | 25 |
| Binary | 10010 | 1001110 | 1011010 | 1010000 | 1101 | 0 | 1000001 | 10111110 | 1000011 | 10101 |
Color Harmonies of #124E5A
Complementary color
Monochromatic Colors of #124E5A
Black with #124E5A
Text Example
Text Example
White with #124E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E5A; }
p { color: rgb(18,78,90); }
H1.HeaderClassName
{
color: #124E5A;
}
.AnyTagClassName
{
color: #124E5A;
}
</style>
background-color css
<style>
a { background-color: #124E5A; }
a { background-color: rgb(18,78,90); }
div.DivClassName
{
background-color: #124E5A;
}
.BgClassName
{
background-color: #124E5A;
}
</style>
border-color css
<style>
span { border-color: #124E5A; }
span { border-color: rgb(18,78,90); }
td.TdClassName
{
border-color: #124E5A;
}
.TagClassName
{
border-color: #124E5A;
}
</style>