Shades of Teal Blue #24505D
Tints of Teal Blue #24505D
RGB
CMYK
RGB Variations
Color information
#24505D (or 0x24505D) is known color: Teal Blue. HEX triplet: 24, 50 and 5D. RGB value is (36,80,93). Sum of RGB (Red+Green+Blue) = 36+80+93=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #24505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505D is #DBAFA2. Grayscale: #444444. Windows color (decimal): -14397347 or 6115364. OLE color: 6115364.
HSL color Cylindrical-coordinate representation of color #24505D: hue angle of 193.68º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24505D is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 80 | 93 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.64 |
| HSL | 193.68º | 0.44% | 0.25% | - |
| HSV(B) | 193.68º | 0.61% | 0.36% | - |
| XYZ | 5.57 | 6.9 | 11.39 | - |
| YUV | 68.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 93 | 0.61 | 0.14 | 0 | 0.64 | 193.68 | 0.44 | 0.25 |
| Hex | 24 | 50 | 5D | 3D | E | 0 | 40 | C2 | 2C | 19 |
| Octal | 44 | 120 | 135 | 75 | 16 | 0 | 100 | 302 | 54 | 31 |
| Binary | 100100 | 1010000 | 1011101 | 111101 | 1110 | 0 | 1000000 | 11000010 | 101100 | 11001 |
Color Harmonies of #24505D
Complementary color
Monochromatic Colors of #24505D
Black with #24505D
Text Example
Text Example
White with #24505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24505D; }
p { color: rgb(36,80,93); }
H1.HeaderClassName
{
color: #24505D;
}
.AnyTagClassName
{
color: #24505D;
}
</style>
background-color css
<style>
a { background-color: #24505D; }
a { background-color: rgb(36,80,93); }
div.DivClassName
{
background-color: #24505D;
}
.BgClassName
{
background-color: #24505D;
}
</style>
border-color css
<style>
span { border-color: #24505D; }
span { border-color: rgb(36,80,93); }
td.TdClassName
{
border-color: #24505D;
}
.TagClassName
{
border-color: #24505D;
}
</style>