Shades of Teal Blue #24535D
Tints of Teal Blue #24535D
RGB
CMYK
RGB Variations
Color information
#24535D (or 0x24535D) is known color: Teal Blue. HEX triplet: 24, 53 and 5D. RGB value is (36,83,93). Sum of RGB (Red+Green+Blue) = 36+83+93=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #24535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535D is #DBACA2. Grayscale: #464646. Windows color (decimal): -14396579 or 6116132. OLE color: 6116132.
HSL color Cylindrical-coordinate representation of color #24535D: hue angle of 190.53º 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 #24535D is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 83 | 93 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.64 |
| HSL | 190.53º | 0.44% | 0.25% | - |
| HSV(B) | 190.53º | 0.61% | 0.36% | - |
| XYZ | 5.8 | 7.35 | 11.47 | - |
| YUV | 70.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 93 | 0.61 | 0.11 | 0 | 0.64 | 190.53 | 0.44 | 0.25 |
| Hex | 24 | 53 | 5D | 3D | B | 0 | 40 | BF | 2C | 19 |
| Octal | 44 | 123 | 135 | 75 | 13 | 0 | 100 | 277 | 54 | 31 |
| Binary | 100100 | 1010011 | 1011101 | 111101 | 1011 | 0 | 1000000 | 10111111 | 101100 | 11001 |
Color Harmonies of #24535D
Complementary color
Monochromatic Colors of #24535D
Black with #24535D
Text Example
Text Example
White with #24535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24535D; }
p { color: rgb(36,83,93); }
H1.HeaderClassName
{
color: #24535D;
}
.AnyTagClassName
{
color: #24535D;
}
</style>
background-color css
<style>
a { background-color: #24535D; }
a { background-color: rgb(36,83,93); }
div.DivClassName
{
background-color: #24535D;
}
.BgClassName
{
background-color: #24535D;
}
</style>
border-color css
<style>
span { border-color: #24535D; }
span { border-color: rgb(36,83,93); }
td.TdClassName
{
border-color: #24535D;
}
.TagClassName
{
border-color: #24535D;
}
</style>