Shades of Teal Blue #124653
Tints of Teal Blue #124653
RGB
CMYK
RGB Variations
Color information
#124653 (or 0x124653) is known color: Teal Blue. HEX triplet: 12, 46 and 53. RGB value is (18,70,83). Sum of RGB (Red+Green+Blue) = 18+70+83=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #124653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124653 is #EDB9AC. Grayscale: #373737. Windows color (decimal): -15579565 or 5457426. OLE color: 5457426.
HSL color Cylindrical-coordinate representation of color #124653: hue angle of 192º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124653 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 70 | 83 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.67 |
| HSL | 192º | 0.64% | 0.2% | - |
| HSV(B) | 192º | 0.78% | 0.33% | - |
| XYZ | 4 | 5.13 | 8.96 | - |
| YUV | 55.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 83 | 0.78 | 0.16 | 0 | 0.67 | 192 | 0.64 | 0.2 |
| Hex | 12 | 46 | 53 | 4E | 10 | 0 | 43 | C0 | 40 | 14 |
| Octal | 22 | 106 | 123 | 116 | 20 | 0 | 103 | 300 | 100 | 24 |
| Binary | 10010 | 1000110 | 1010011 | 1001110 | 10000 | 0 | 1000011 | 11000000 | 1000000 | 10100 |
Color Harmonies of #124653
Complementary color
Monochromatic Colors of #124653
Black with #124653
Text Example
Text Example
White with #124653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124653; }
p { color: rgb(18,70,83); }
H1.HeaderClassName
{
color: #124653;
}
.AnyTagClassName
{
color: #124653;
}
</style>
background-color css
<style>
a { background-color: #124653; }
a { background-color: rgb(18,70,83); }
div.DivClassName
{
background-color: #124653;
}
.BgClassName
{
background-color: #124653;
}
</style>
border-color css
<style>
span { border-color: #124653; }
span { border-color: rgb(18,70,83); }
td.TdClassName
{
border-color: #124653;
}
.TagClassName
{
border-color: #124653;
}
</style>