Shades of Teal Blue #24464E
Tints of Teal Blue #24464E
RGB
CMYK
RGB Variations
Color information
#24464E (or 0x24464E) is known color: Teal Blue. HEX triplet: 24, 46 and 4E. RGB value is (36,70,78). Sum of RGB (Red+Green+Blue) = 36+70+78=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #24464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24464E is #DBB9B1. Grayscale: #3C3C3C. Windows color (decimal): -14399922 or 5129764. OLE color: 5129764.
HSL color Cylindrical-coordinate representation of color #24464E: hue angle of 191.43º 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 #24464E is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 70 | 78 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.69 |
| HSL | 191.43º | 0.37% | 0.22% | - |
| HSV(B) | 191.43º | 0.54% | 0.31% | - |
| XYZ | 4.29 | 5.31 | 8.01 | - |
| YUV | 60.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 78 | 0.54 | 0.10 | 0 | 0.69 | 191.43 | 0.37 | 0.22 |
| Hex | 24 | 46 | 4E | 36 | A | 0 | 45 | BF | 25 | 16 |
| Octal | 44 | 106 | 116 | 66 | 12 | 0 | 105 | 277 | 45 | 26 |
| Binary | 100100 | 1000110 | 1001110 | 110110 | 1010 | 0 | 1000101 | 10111111 | 100101 | 10110 |
Color Harmonies of #24464E
Complementary color
Monochromatic Colors of #24464E
Black with #24464E
Text Example
Text Example
White with #24464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24464E; }
p { color: rgb(36,70,78); }
H1.HeaderClassName
{
color: #24464E;
}
.AnyTagClassName
{
color: #24464E;
}
</style>
background-color css
<style>
a { background-color: #24464E; }
a { background-color: rgb(36,70,78); }
div.DivClassName
{
background-color: #24464E;
}
.BgClassName
{
background-color: #24464E;
}
</style>
border-color css
<style>
span { border-color: #24464E; }
span { border-color: rgb(36,70,78); }
td.TdClassName
{
border-color: #24464E;
}
.TagClassName
{
border-color: #24464E;
}
</style>