Shades of Teal Blue #24474E
Tints of Teal Blue #24474E
RGB
CMYK
RGB Variations
Color information
#24474E (or 0x24474E) is known color: Teal Blue. HEX triplet: 24, 47 and 4E. RGB value is (36,71,78). Sum of RGB (Red+Green+Blue) = 36+71+78=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #24474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24474E is #DBB8B1. Grayscale: #3D3D3D. Windows color (decimal): -14399666 or 5130020. OLE color: 5130020.
HSL color Cylindrical-coordinate representation of color #24474E: hue angle of 190º 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 #24474E is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 71 | 78 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.69 |
| HSL | 190º | 0.37% | 0.22% | - |
| HSV(B) | 190º | 0.54% | 0.31% | - |
| XYZ | 4.36 | 5.43 | 8.03 | - |
| YUV | 61.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 78 | 0.54 | 0.09 | 0 | 0.69 | 190 | 0.37 | 0.22 |
| Hex | 24 | 47 | 4E | 36 | 9 | 0 | 45 | BE | 25 | 16 |
| Octal | 44 | 107 | 116 | 66 | 11 | 0 | 105 | 276 | 45 | 26 |
| Binary | 100100 | 1000111 | 1001110 | 110110 | 1001 | 0 | 1000101 | 10111110 | 100101 | 10110 |
Color Harmonies of #24474E
Complementary color
Monochromatic Colors of #24474E
Black with #24474E
Text Example
Text Example
White with #24474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24474E; }
p { color: rgb(36,71,78); }
H1.HeaderClassName
{
color: #24474E;
}
.AnyTagClassName
{
color: #24474E;
}
</style>
background-color css
<style>
a { background-color: #24474E; }
a { background-color: rgb(36,71,78); }
div.DivClassName
{
background-color: #24474E;
}
.BgClassName
{
background-color: #24474E;
}
</style>
border-color css
<style>
span { border-color: #24474E; }
span { border-color: rgb(36,71,78); }
td.TdClassName
{
border-color: #24474E;
}
.TagClassName
{
border-color: #24474E;
}
</style>