Shades of Teal Blue #124856
Tints of Teal Blue #124856
RGB
CMYK
RGB Variations
Color information
#124856 (or 0x124856) is known color: Teal Blue. HEX triplet: 12, 48 and 56. RGB value is (18,72,86). Sum of RGB (Red+Green+Blue) = 18+72+86=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #124856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124856 is #EDB7A9. Grayscale: #393939. Windows color (decimal): -15579050 or 5654546. OLE color: 5654546.
HSL color Cylindrical-coordinate representation of color #124856: hue angle of 192.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124856 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 72 | 86 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.66 |
| HSL | 192.35º | 0.65% | 0.2% | - |
| HSV(B) | 192.35º | 0.79% | 0.34% | - |
| XYZ | 4.25 | 5.44 | 9.63 | - |
| YUV | 57.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 86 | 0.79 | 0.16 | 0 | 0.66 | 192.35 | 0.65 | 0.2 |
| Hex | 12 | 48 | 56 | 4F | 10 | 0 | 42 | C0 | 41 | 14 |
| Octal | 22 | 110 | 126 | 117 | 20 | 0 | 102 | 300 | 101 | 24 |
| Binary | 10010 | 1001000 | 1010110 | 1001111 | 10000 | 0 | 1000010 | 11000000 | 1000001 | 10100 |
Color Harmonies of #124856
Complementary color
Monochromatic Colors of #124856
Black with #124856
Text Example
Text Example
White with #124856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124856; }
p { color: rgb(18,72,86); }
H1.HeaderClassName
{
color: #124856;
}
.AnyTagClassName
{
color: #124856;
}
</style>
background-color css
<style>
a { background-color: #124856; }
a { background-color: rgb(18,72,86); }
div.DivClassName
{
background-color: #124856;
}
.BgClassName
{
background-color: #124856;
}
</style>
border-color css
<style>
span { border-color: #124856; }
span { border-color: rgb(18,72,86); }
td.TdClassName
{
border-color: #124856;
}
.TagClassName
{
border-color: #124856;
}
</style>