Shades of Teal Blue #124D5B
Tints of Teal Blue #124D5B
RGB
CMYK
RGB Variations
Color information
#124D5B (or 0x124D5B) is known color: Teal Blue. HEX triplet: 12, 4D and 5B. RGB value is (18,77,91). Sum of RGB (Red+Green+Blue) = 18+77+91=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #124D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5B is #EDB2A4. Grayscale: #3C3C3C. Windows color (decimal): -15577765 or 5983506. OLE color: 5983506.
HSL color Cylindrical-coordinate representation of color #124D5B: hue angle of 191.51º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124D5B is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 77 | 91 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.64 |
| HSL | 191.51º | 0.67% | 0.21% | - |
| HSV(B) | 191.51º | 0.8% | 0.36% | - |
| XYZ | 4.79 | 6.19 | 10.84 | - |
| YUV | 60.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 91 | 0.80 | 0.15 | 0 | 0.64 | 191.51 | 0.67 | 0.21 |
| Hex | 12 | 4D | 5B | 50 | F | 0 | 40 | C0 | 43 | 15 |
| Octal | 22 | 115 | 133 | 120 | 17 | 0 | 100 | 300 | 103 | 25 |
| Binary | 10010 | 1001101 | 1011011 | 1010000 | 1111 | 0 | 1000000 | 11000000 | 1000011 | 10101 |
Color Harmonies of #124D5B
Complementary color
Monochromatic Colors of #124D5B
Black with #124D5B
Text Example
Text Example
White with #124D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D5B; }
p { color: rgb(18,77,91); }
H1.HeaderClassName
{
color: #124D5B;
}
.AnyTagClassName
{
color: #124D5B;
}
</style>
background-color css
<style>
a { background-color: #124D5B; }
a { background-color: rgb(18,77,91); }
div.DivClassName
{
background-color: #124D5B;
}
.BgClassName
{
background-color: #124D5B;
}
</style>
border-color css
<style>
span { border-color: #124D5B; }
span { border-color: rgb(18,77,91); }
td.TdClassName
{
border-color: #124D5B;
}
.TagClassName
{
border-color: #124D5B;
}
</style>