Shades of Teal Blue #24474D
Tints of Teal Blue #24474D
RGB
CMYK
RGB Variations
Color information
#24474D (or 0x24474D) is known color: Teal Blue. HEX triplet: 24, 47 and 4D. RGB value is (36,71,77). Sum of RGB (Red+Green+Blue) = 36+71+77=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #24474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24474D is #DBB8B2. Grayscale: #3D3D3D. Windows color (decimal): -14399667 or 5064484. OLE color: 5064484.
HSL color Cylindrical-coordinate representation of color #24474D: hue angle of 188.78º 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 #24474D is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 71 | 77 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.70 |
| HSL | 188.78º | 0.36% | 0.22% | - |
| HSV(B) | 188.78º | 0.53% | 0.3% | - |
| XYZ | 4.32 | 5.42 | 7.84 | - |
| YUV | 61.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 77 | 0.53 | 0.08 | 0 | 0.70 | 188.78 | 0.36 | 0.22 |
| Hex | 24 | 47 | 4D | 35 | 8 | 0 | 46 | BD | 24 | 16 |
| Octal | 44 | 107 | 115 | 65 | 10 | 0 | 106 | 275 | 44 | 26 |
| Binary | 100100 | 1000111 | 1001101 | 110101 | 1000 | 0 | 1000110 | 10111101 | 100100 | 10110 |
Color Harmonies of #24474D
Complementary color
Monochromatic Colors of #24474D
Black with #24474D
Text Example
Text Example
White with #24474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24474D; }
p { color: rgb(36,71,77); }
H1.HeaderClassName
{
color: #24474D;
}
.AnyTagClassName
{
color: #24474D;
}
</style>
background-color css
<style>
a { background-color: #24474D; }
a { background-color: rgb(36,71,77); }
div.DivClassName
{
background-color: #24474D;
}
.BgClassName
{
background-color: #24474D;
}
</style>
border-color css
<style>
span { border-color: #24474D; }
span { border-color: rgb(36,71,77); }
td.TdClassName
{
border-color: #24474D;
}
.TagClassName
{
border-color: #24474D;
}
</style>