Shades of Teal Blue #124D5C
Tints of Teal Blue #124D5C
RGB
CMYK
RGB Variations
Color information
#124D5C (or 0x124D5C) is known color: Teal Blue. HEX triplet: 12, 4D and 5C. RGB value is (18,77,92). Sum of RGB (Red+Green+Blue) = 18+77+92=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #124D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5C is #EDB2A3. Grayscale: #3C3C3C. Windows color (decimal): -15577764 or 6049042. OLE color: 6049042.
HSL color Cylindrical-coordinate representation of color #124D5C: hue angle of 192.16º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124D5C is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 77 | 92 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.64 |
| HSL | 192.16º | 0.67% | 0.22% | - |
| HSV(B) | 192.16º | 0.8% | 0.36% | - |
| XYZ | 4.84 | 6.21 | 11.07 | - |
| YUV | 61.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 92 | 0.80 | 0.16 | 0 | 0.64 | 192.16 | 0.67 | 0.22 |
| Hex | 12 | 4D | 5C | 50 | 10 | 0 | 40 | C0 | 43 | 16 |
| Octal | 22 | 115 | 134 | 120 | 20 | 0 | 100 | 300 | 103 | 26 |
| Binary | 10010 | 1001101 | 1011100 | 1010000 | 10000 | 0 | 1000000 | 11000000 | 1000011 | 10110 |
Color Harmonies of #124D5C
Complementary color
Monochromatic Colors of #124D5C
Black with #124D5C
Text Example
Text Example
White with #124D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D5C; }
p { color: rgb(18,77,92); }
H1.HeaderClassName
{
color: #124D5C;
}
.AnyTagClassName
{
color: #124D5C;
}
</style>
background-color css
<style>
a { background-color: #124D5C; }
a { background-color: rgb(18,77,92); }
div.DivClassName
{
background-color: #124D5C;
}
.BgClassName
{
background-color: #124D5C;
}
</style>
border-color css
<style>
span { border-color: #124D5C; }
span { border-color: rgb(18,77,92); }
td.TdClassName
{
border-color: #124D5C;
}
.TagClassName
{
border-color: #124D5C;
}
</style>