Shades of Teal Blue #124F5A
Tints of Teal Blue #124F5A
RGB
CMYK
RGB Variations
Color information
#124F5A (or 0x124F5A) is known color: Teal Blue. HEX triplet: 12, 4F and 5A. RGB value is (18,79,90). Sum of RGB (Red+Green+Blue) = 18+79+90=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #124F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F5A is #EDB0A5. Grayscale: #3D3D3D. Windows color (decimal): -15577254 or 5918482. OLE color: 5918482.
HSL color Cylindrical-coordinate representation of color #124F5A: hue angle of 189.17º 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 #124F5A is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 79 | 90 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.65 |
| HSL | 189.17º | 0.67% | 0.21% | - |
| HSV(B) | 189.17º | 0.8% | 0.35% | - |
| XYZ | 4.89 | 6.46 | 10.66 | - |
| YUV | 62.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 90 | 0.80 | 0.12 | 0 | 0.65 | 189.17 | 0.67 | 0.21 |
| Hex | 12 | 4F | 5A | 50 | C | 0 | 41 | BD | 43 | 15 |
| Octal | 22 | 117 | 132 | 120 | 14 | 0 | 101 | 275 | 103 | 25 |
| Binary | 10010 | 1001111 | 1011010 | 1010000 | 1100 | 0 | 1000001 | 10111101 | 1000011 | 10101 |
Color Harmonies of #124F5A
Complementary color
Monochromatic Colors of #124F5A
Black with #124F5A
Text Example
Text Example
White with #124F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F5A; }
p { color: rgb(18,79,90); }
H1.HeaderClassName
{
color: #124F5A;
}
.AnyTagClassName
{
color: #124F5A;
}
</style>
background-color css
<style>
a { background-color: #124F5A; }
a { background-color: rgb(18,79,90); }
div.DivClassName
{
background-color: #124F5A;
}
.BgClassName
{
background-color: #124F5A;
}
</style>
border-color css
<style>
span { border-color: #124F5A; }
span { border-color: rgb(18,79,90); }
td.TdClassName
{
border-color: #124F5A;
}
.TagClassName
{
border-color: #124F5A;
}
</style>