Shades of Teal Blue #24464C
Tints of Teal Blue #24464C
RGB
CMYK
RGB Variations
Color information
#24464C (or 0x24464C) is known color: Teal Blue. HEX triplet: 24, 46 and 4C. RGB value is (36,70,76). Sum of RGB (Red+Green+Blue) = 36+70+76=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #24464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24464C is #DBB9B3. Grayscale: #3C3C3C. Windows color (decimal): -14399924 or 4998692. OLE color: 4998692.
HSL color Cylindrical-coordinate representation of color #24464C: hue angle of 189º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24464C is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 70 | 76 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.70 |
| HSL | 189º | 0.36% | 0.22% | - |
| HSV(B) | 189º | 0.53% | 0.3% | - |
| XYZ | 4.22 | 5.28 | 7.63 | - |
| YUV | 60.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 76 | 0.53 | 0.08 | 0 | 0.70 | 189 | 0.36 | 0.22 |
| Hex | 24 | 46 | 4C | 35 | 8 | 0 | 46 | BD | 24 | 16 |
| Octal | 44 | 106 | 114 | 65 | 10 | 0 | 106 | 275 | 44 | 26 |
| Binary | 100100 | 1000110 | 1001100 | 110101 | 1000 | 0 | 1000110 | 10111101 | 100100 | 10110 |
Color Harmonies of #24464C
Complementary color
Monochromatic Colors of #24464C
Black with #24464C
Text Example
Text Example
White with #24464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24464C; }
p { color: rgb(36,70,76); }
H1.HeaderClassName
{
color: #24464C;
}
.AnyTagClassName
{
color: #24464C;
}
</style>
background-color css
<style>
a { background-color: #24464C; }
a { background-color: rgb(36,70,76); }
div.DivClassName
{
background-color: #24464C;
}
.BgClassName
{
background-color: #24464C;
}
</style>
border-color css
<style>
span { border-color: #24464C; }
span { border-color: rgb(36,70,76); }
td.TdClassName
{
border-color: #24464C;
}
.TagClassName
{
border-color: #24464C;
}
</style>