Shades of Teal Blue #24494E
Tints of Teal Blue #24494E
RGB
CMYK
RGB Variations
Color information
#24494E (or 0x24494E) is known color: Teal Blue. HEX triplet: 24, 49 and 4E. RGB value is (36,73,78). Sum of RGB (Red+Green+Blue) = 36+73+78=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #24494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24494E is #DBB6B1. Grayscale: #3E3E3E. Windows color (decimal): -14399154 or 5130532. OLE color: 5130532.
HSL color Cylindrical-coordinate representation of color #24494E: hue angle of 187.14º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24494E is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 73 | 78 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.69 |
| HSL | 187.14º | 0.37% | 0.22% | - |
| HSV(B) | 187.14º | 0.54% | 0.31% | - |
| XYZ | 4.49 | 5.69 | 8.07 | - |
| YUV | 62.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 78 | 0.54 | 0.06 | 0 | 0.69 | 187.14 | 0.37 | 0.22 |
| Hex | 24 | 49 | 4E | 36 | 6 | 0 | 45 | BB | 25 | 16 |
| Octal | 44 | 111 | 116 | 66 | 6 | 0 | 105 | 273 | 45 | 26 |
| Binary | 100100 | 1001001 | 1001110 | 110110 | 110 | 0 | 1000101 | 10111011 | 100101 | 10110 |
Color Harmonies of #24494E
Complementary color
Monochromatic Colors of #24494E
Black with #24494E
Text Example
Text Example
White with #24494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24494E; }
p { color: rgb(36,73,78); }
H1.HeaderClassName
{
color: #24494E;
}
.AnyTagClassName
{
color: #24494E;
}
</style>
background-color css
<style>
a { background-color: #24494E; }
a { background-color: rgb(36,73,78); }
div.DivClassName
{
background-color: #24494E;
}
.BgClassName
{
background-color: #24494E;
}
</style>
border-color css
<style>
span { border-color: #24494E; }
span { border-color: rgb(36,73,78); }
td.TdClassName
{
border-color: #24494E;
}
.TagClassName
{
border-color: #24494E;
}
</style>