Shades of Teal Blue #24474C
Tints of Teal Blue #24474C
RGB
CMYK
RGB Variations
Color information
#24474C (or 0x24474C) is known color: Teal Blue. HEX triplet: 24, 47 and 4C. RGB value is (36,71,76). Sum of RGB (Red+Green+Blue) = 36+71+76=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #24474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24474C is #DBB8B3. Grayscale: #3D3D3D. Windows color (decimal): -14399668 or 4998948. OLE color: 4998948.
HSL color Cylindrical-coordinate representation of color #24474C: hue angle of 187.5º 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 #24474C is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 71 | 76 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.70 |
| HSL | 187.5º | 0.36% | 0.22% | - |
| HSV(B) | 187.5º | 0.53% | 0.3% | - |
| XYZ | 4.29 | 5.4 | 7.65 | - |
| YUV | 61.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 76 | 0.53 | 0.07 | 0 | 0.70 | 187.5 | 0.36 | 0.22 |
| Hex | 24 | 47 | 4C | 35 | 7 | 0 | 46 | BC | 24 | 16 |
| Octal | 44 | 107 | 114 | 65 | 7 | 0 | 106 | 274 | 44 | 26 |
| Binary | 100100 | 1000111 | 1001100 | 110101 | 111 | 0 | 1000110 | 10111100 | 100100 | 10110 |
Color Harmonies of #24474C
Complementary color
Monochromatic Colors of #24474C
Black with #24474C
Text Example
Text Example
White with #24474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24474C; }
p { color: rgb(36,71,76); }
H1.HeaderClassName
{
color: #24474C;
}
.AnyTagClassName
{
color: #24474C;
}
</style>
background-color css
<style>
a { background-color: #24474C; }
a { background-color: rgb(36,71,76); }
div.DivClassName
{
background-color: #24474C;
}
.BgClassName
{
background-color: #24474C;
}
</style>
border-color css
<style>
span { border-color: #24474C; }
span { border-color: rgb(36,71,76); }
td.TdClassName
{
border-color: #24474C;
}
.TagClassName
{
border-color: #24474C;
}
</style>