Shades of Teal Blue #24545E
Tints of Teal Blue #24545E
RGB
CMYK
RGB Variations
Color information
#24545E (or 0x24545E) is known color: Teal Blue. HEX triplet: 24, 54 and 5E. RGB value is (36,84,94). Sum of RGB (Red+Green+Blue) = 36+84+94=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #24545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24545E is #DBABA1. Grayscale: #464646. Windows color (decimal): -14396322 or 6181924. OLE color: 6181924.
HSL color Cylindrical-coordinate representation of color #24545E: hue angle of 190.34º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24545E is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 84 | 94 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.63 |
| HSL | 190.34º | 0.45% | 0.25% | - |
| HSV(B) | 190.34º | 0.62% | 0.37% | - |
| XYZ | 5.92 | 7.52 | 11.73 | - |
| YUV | 70.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 94 | 0.62 | 0.11 | 0 | 0.63 | 190.34 | 0.45 | 0.25 |
| Hex | 24 | 54 | 5E | 3E | B | 0 | 3F | BE | 2D | 19 |
| Octal | 44 | 124 | 136 | 76 | 13 | 0 | 77 | 276 | 55 | 31 |
| Binary | 100100 | 1010100 | 1011110 | 111110 | 1011 | 0 | 111111 | 10111110 | 101101 | 11001 |
Color Harmonies of #24545E
Complementary color
Monochromatic Colors of #24545E
Black with #24545E
Text Example
Text Example
White with #24545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24545E; }
p { color: rgb(36,84,94); }
H1.HeaderClassName
{
color: #24545E;
}
.AnyTagClassName
{
color: #24545E;
}
</style>
background-color css
<style>
a { background-color: #24545E; }
a { background-color: rgb(36,84,94); }
div.DivClassName
{
background-color: #24545E;
}
.BgClassName
{
background-color: #24545E;
}
</style>
border-color css
<style>
span { border-color: #24545E; }
span { border-color: rgb(36,84,94); }
td.TdClassName
{
border-color: #24545E;
}
.TagClassName
{
border-color: #24545E;
}
</style>