Shades of Teal Blue #124654
Tints of Teal Blue #124654
RGB
CMYK
RGB Variations
Color information
#124654 (or 0x124654) is known color: Teal Blue. HEX triplet: 12, 46 and 54. RGB value is (18,70,84). Sum of RGB (Red+Green+Blue) = 18+70+84=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #124654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124654 is #EDB9AB. Grayscale: #373737. Windows color (decimal): -15579564 or 5522962. OLE color: 5522962.
HSL color Cylindrical-coordinate representation of color #124654: hue angle of 192.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124654 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 70 | 84 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.67 |
| HSL | 192.73º | 0.65% | 0.2% | - |
| HSV(B) | 192.73º | 0.79% | 0.33% | - |
| XYZ | 4.04 | 5.15 | 9.17 | - |
| YUV | 56.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 84 | 0.79 | 0.17 | 0 | 0.67 | 192.73 | 0.65 | 0.2 |
| Hex | 12 | 46 | 54 | 4F | 11 | 0 | 43 | C1 | 41 | 14 |
| Octal | 22 | 106 | 124 | 117 | 21 | 0 | 103 | 301 | 101 | 24 |
| Binary | 10010 | 1000110 | 1010100 | 1001111 | 10001 | 0 | 1000011 | 11000001 | 1000001 | 10100 |
Color Harmonies of #124654
Complementary color
Monochromatic Colors of #124654
Black with #124654
Text Example
Text Example
White with #124654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124654; }
p { color: rgb(18,70,84); }
H1.HeaderClassName
{
color: #124654;
}
.AnyTagClassName
{
color: #124654;
}
</style>
background-color css
<style>
a { background-color: #124654; }
a { background-color: rgb(18,70,84); }
div.DivClassName
{
background-color: #124654;
}
.BgClassName
{
background-color: #124654;
}
</style>
border-color css
<style>
span { border-color: #124654; }
span { border-color: rgb(18,70,84); }
td.TdClassName
{
border-color: #124654;
}
.TagClassName
{
border-color: #124654;
}
</style>