Shades of Teal Blue #124754
Tints of Teal Blue #124754
RGB
CMYK
RGB Variations
Color information
#124754 (or 0x124754) is known color: Teal Blue. HEX triplet: 12, 47 and 54. RGB value is (18,71,84). Sum of RGB (Red+Green+Blue) = 18+71+84=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #124754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124754 is #EDB8AB. Grayscale: #383838. Windows color (decimal): -15579308 or 5523218. OLE color: 5523218.
HSL color Cylindrical-coordinate representation of color #124754: hue angle of 191.82º 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 #124754 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 71 | 84 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.67 |
| HSL | 191.82º | 0.65% | 0.2% | - |
| HSV(B) | 191.82º | 0.79% | 0.33% | - |
| XYZ | 4.1 | 5.28 | 9.19 | - |
| YUV | 56.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 84 | 0.79 | 0.15 | 0 | 0.67 | 191.82 | 0.65 | 0.2 |
| Hex | 12 | 47 | 54 | 4F | F | 0 | 43 | C0 | 41 | 14 |
| Octal | 22 | 107 | 124 | 117 | 17 | 0 | 103 | 300 | 101 | 24 |
| Binary | 10010 | 1000111 | 1010100 | 1001111 | 1111 | 0 | 1000011 | 11000000 | 1000001 | 10100 |
Color Harmonies of #124754
Complementary color
Monochromatic Colors of #124754
Black with #124754
Text Example
Text Example
White with #124754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124754; }
p { color: rgb(18,71,84); }
H1.HeaderClassName
{
color: #124754;
}
.AnyTagClassName
{
color: #124754;
}
</style>
background-color css
<style>
a { background-color: #124754; }
a { background-color: rgb(18,71,84); }
div.DivClassName
{
background-color: #124754;
}
.BgClassName
{
background-color: #124754;
}
</style>
border-color css
<style>
span { border-color: #124754; }
span { border-color: rgb(18,71,84); }
td.TdClassName
{
border-color: #124754;
}
.TagClassName
{
border-color: #124754;
}
</style>