Shades of Teal Blue #124E5D
Tints of Teal Blue #124E5D
RGB
CMYK
RGB Variations
Color information
#124E5D (or 0x124E5D) is known color: Teal Blue. HEX triplet: 12, 4E and 5D. RGB value is (18,78,93). Sum of RGB (Red+Green+Blue) = 18+78+93=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #124E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E5D is #EDB1A2. Grayscale: #3D3D3D. Windows color (decimal): -15577507 or 6114834. OLE color: 6114834.
HSL color Cylindrical-coordinate representation of color #124E5D: hue angle of 192º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124E5D is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 78 | 93 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.64 |
| HSL | 192º | 0.68% | 0.22% | - |
| HSV(B) | 192º | 0.81% | 0.36% | - |
| XYZ | 4.95 | 6.37 | 11.32 | - |
| YUV | 61.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 93 | 0.81 | 0.16 | 0 | 0.64 | 192 | 0.68 | 0.22 |
| Hex | 12 | 4E | 5D | 51 | 10 | 0 | 40 | C0 | 44 | 16 |
| Octal | 22 | 116 | 135 | 121 | 20 | 0 | 100 | 300 | 104 | 26 |
| Binary | 10010 | 1001110 | 1011101 | 1010001 | 10000 | 0 | 1000000 | 11000000 | 1000100 | 10110 |
Color Harmonies of #124E5D
Complementary color
Monochromatic Colors of #124E5D
Black with #124E5D
Text Example
Text Example
White with #124E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E5D; }
p { color: rgb(18,78,93); }
H1.HeaderClassName
{
color: #124E5D;
}
.AnyTagClassName
{
color: #124E5D;
}
</style>
background-color css
<style>
a { background-color: #124E5D; }
a { background-color: rgb(18,78,93); }
div.DivClassName
{
background-color: #124E5D;
}
.BgClassName
{
background-color: #124E5D;
}
</style>
border-color css
<style>
span { border-color: #124E5D; }
span { border-color: rgb(18,78,93); }
td.TdClassName
{
border-color: #124E5D;
}
.TagClassName
{
border-color: #124E5D;
}
</style>