Shades of Teal Blue #24545A
Tints of Teal Blue #24545A
RGB
CMYK
RGB Variations
Color information
#24545A (or 0x24545A) is known color: Teal Blue. HEX triplet: 24, 54 and 5A. RGB value is (36,84,90). Sum of RGB (Red+Green+Blue) = 36+84+90=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #24545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24545A is #DBABA5. Grayscale: #464646. Windows color (decimal): -14396326 or 5919780. OLE color: 5919780.
HSL color Cylindrical-coordinate representation of color #24545A: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24545A is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 84 | 90 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.65 |
| HSL | 186.67º | 0.43% | 0.25% | - |
| HSV(B) | 186.67º | 0.6% | 0.35% | - |
| XYZ | 5.74 | 7.45 | 10.81 | - |
| YUV | 70.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 90 | 0.60 | 0.07 | 0 | 0.65 | 186.67 | 0.43 | 0.25 |
| Hex | 24 | 54 | 5A | 3C | 7 | 0 | 41 | BB | 2B | 19 |
| Octal | 44 | 124 | 132 | 74 | 7 | 0 | 101 | 273 | 53 | 31 |
| Binary | 100100 | 1010100 | 1011010 | 111100 | 111 | 0 | 1000001 | 10111011 | 101011 | 11001 |
Color Harmonies of #24545A
Complementary color
Monochromatic Colors of #24545A
Black with #24545A
Text Example
Text Example
White with #24545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24545A; }
p { color: rgb(36,84,90); }
H1.HeaderClassName
{
color: #24545A;
}
.AnyTagClassName
{
color: #24545A;
}
</style>
background-color css
<style>
a { background-color: #24545A; }
a { background-color: rgb(36,84,90); }
div.DivClassName
{
background-color: #24545A;
}
.BgClassName
{
background-color: #24545A;
}
</style>
border-color css
<style>
span { border-color: #24545A; }
span { border-color: rgb(36,84,90); }
td.TdClassName
{
border-color: #24545A;
}
.TagClassName
{
border-color: #24545A;
}
</style>