Shades of Teal Blue #24545C
Tints of Teal Blue #24545C
RGB
CMYK
RGB Variations
Color information
#24545C (or 0x24545C) is known color: Teal Blue. HEX triplet: 24, 54 and 5C. RGB value is (36,84,92). Sum of RGB (Red+Green+Blue) = 36+84+92=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #24545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24545C is #DBABA3. Grayscale: #464646. Windows color (decimal): -14396324 or 6050852. OLE color: 6050852.
HSL color Cylindrical-coordinate representation of color #24545C: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24545C is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 84 | 92 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.64 |
| HSL | 188.57º | 0.44% | 0.25% | - |
| HSV(B) | 188.57º | 0.61% | 0.36% | - |
| XYZ | 5.83 | 7.49 | 11.26 | - |
| YUV | 70.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 92 | 0.61 | 0.09 | 0 | 0.64 | 188.57 | 0.44 | 0.25 |
| Hex | 24 | 54 | 5C | 3D | 9 | 0 | 40 | BD | 2C | 19 |
| Octal | 44 | 124 | 134 | 75 | 11 | 0 | 100 | 275 | 54 | 31 |
| Binary | 100100 | 1010100 | 1011100 | 111101 | 1001 | 0 | 1000000 | 10111101 | 101100 | 11001 |
Color Harmonies of #24545C
Complementary color
Monochromatic Colors of #24545C
Black with #24545C
Text Example
Text Example
White with #24545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24545C; }
p { color: rgb(36,84,92); }
H1.HeaderClassName
{
color: #24545C;
}
.AnyTagClassName
{
color: #24545C;
}
</style>
background-color css
<style>
a { background-color: #24545C; }
a { background-color: rgb(36,84,92); }
div.DivClassName
{
background-color: #24545C;
}
.BgClassName
{
background-color: #24545C;
}
</style>
border-color css
<style>
span { border-color: #24545C; }
span { border-color: rgb(36,84,92); }
td.TdClassName
{
border-color: #24545C;
}
.TagClassName
{
border-color: #24545C;
}
</style>