Shades of Teal Blue #24484D
Tints of Teal Blue #24484D
RGB
CMYK
RGB Variations
Color information
#24484D (or 0x24484D) is known color: Teal Blue. HEX triplet: 24, 48 and 4D. RGB value is (36,72,77). Sum of RGB (Red+Green+Blue) = 36+72+77=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #24484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24484D is #DBB7B2. Grayscale: #3D3D3D. Windows color (decimal): -14399411 or 5064740. OLE color: 5064740.
HSL color Cylindrical-coordinate representation of color #24484D: hue angle of 187.32º 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 #24484D is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 72 | 77 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.70 |
| HSL | 187.32º | 0.36% | 0.22% | - |
| HSV(B) | 187.32º | 0.53% | 0.3% | - |
| XYZ | 4.38 | 5.55 | 7.86 | - |
| YUV | 61.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 77 | 0.53 | 0.06 | 0 | 0.70 | 187.32 | 0.36 | 0.22 |
| Hex | 24 | 48 | 4D | 35 | 6 | 0 | 46 | BB | 24 | 16 |
| Octal | 44 | 110 | 115 | 65 | 6 | 0 | 106 | 273 | 44 | 26 |
| Binary | 100100 | 1001000 | 1001101 | 110101 | 110 | 0 | 1000110 | 10111011 | 100100 | 10110 |
Color Harmonies of #24484D
Complementary color
Monochromatic Colors of #24484D
Black with #24484D
Text Example
Text Example
White with #24484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24484D; }
p { color: rgb(36,72,77); }
H1.HeaderClassName
{
color: #24484D;
}
.AnyTagClassName
{
color: #24484D;
}
</style>
background-color css
<style>
a { background-color: #24484D; }
a { background-color: rgb(36,72,77); }
div.DivClassName
{
background-color: #24484D;
}
.BgClassName
{
background-color: #24484D;
}
</style>
border-color css
<style>
span { border-color: #24484D; }
span { border-color: rgb(36,72,77); }
td.TdClassName
{
border-color: #24484D;
}
.TagClassName
{
border-color: #24484D;
}
</style>