Shades of Teal Blue #24525D
Tints of Teal Blue #24525D
RGB
CMYK
RGB Variations
Color information
#24525D (or 0x24525D) is known color: Teal Blue. HEX triplet: 24, 52 and 5D. RGB value is (36,82,93). Sum of RGB (Red+Green+Blue) = 36+82+93=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #24525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24525D is #DBADA2. Grayscale: #454545. Windows color (decimal): -14396835 or 6115876. OLE color: 6115876.
HSL color Cylindrical-coordinate representation of color #24525D: hue angle of 191.58º 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 #24525D is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 82 | 93 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.64 |
| HSL | 191.58º | 0.44% | 0.25% | - |
| HSV(B) | 191.58º | 0.61% | 0.36% | - |
| XYZ | 5.72 | 7.2 | 11.44 | - |
| YUV | 69.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 93 | 0.61 | 0.12 | 0 | 0.64 | 191.58 | 0.44 | 0.25 |
| Hex | 24 | 52 | 5D | 3D | C | 0 | 40 | C0 | 2C | 19 |
| Octal | 44 | 122 | 135 | 75 | 14 | 0 | 100 | 300 | 54 | 31 |
| Binary | 100100 | 1010010 | 1011101 | 111101 | 1100 | 0 | 1000000 | 11000000 | 101100 | 11001 |
Color Harmonies of #24525D
Complementary color
Monochromatic Colors of #24525D
Black with #24525D
Text Example
Text Example
White with #24525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24525D; }
p { color: rgb(36,82,93); }
H1.HeaderClassName
{
color: #24525D;
}
.AnyTagClassName
{
color: #24525D;
}
</style>
background-color css
<style>
a { background-color: #24525D; }
a { background-color: rgb(36,82,93); }
div.DivClassName
{
background-color: #24525D;
}
.BgClassName
{
background-color: #24525D;
}
</style>
border-color css
<style>
span { border-color: #24525D; }
span { border-color: rgb(36,82,93); }
td.TdClassName
{
border-color: #24525D;
}
.TagClassName
{
border-color: #24525D;
}
</style>