Shades of Teal Blue #24535B
Tints of Teal Blue #24535B
RGB
CMYK
RGB Variations
Color information
#24535B (or 0x24535B) is known color: Teal Blue. HEX triplet: 24, 53 and 5B. RGB value is (36,83,91). Sum of RGB (Red+Green+Blue) = 36+83+91=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #24535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535B is #DBACA4. Grayscale: #454545. Windows color (decimal): -14396581 or 5985060. OLE color: 5985060.
HSL color Cylindrical-coordinate representation of color #24535B: hue angle of 188.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24535B is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 83 | 91 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.64 |
| HSL | 188.73º | 0.43% | 0.25% | - |
| HSV(B) | 188.73º | 0.6% | 0.36% | - |
| XYZ | 5.71 | 7.32 | 11.01 | - |
| YUV | 69.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 91 | 0.60 | 0.09 | 0 | 0.64 | 188.73 | 0.43 | 0.25 |
| Hex | 24 | 53 | 5B | 3C | 9 | 0 | 40 | BD | 2B | 19 |
| Octal | 44 | 123 | 133 | 74 | 11 | 0 | 100 | 275 | 53 | 31 |
| Binary | 100100 | 1010011 | 1011011 | 111100 | 1001 | 0 | 1000000 | 10111101 | 101011 | 11001 |
Color Harmonies of #24535B
Complementary color
Monochromatic Colors of #24535B
Black with #24535B
Text Example
Text Example
White with #24535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24535B; }
p { color: rgb(36,83,91); }
H1.HeaderClassName
{
color: #24535B;
}
.AnyTagClassName
{
color: #24535B;
}
</style>
background-color css
<style>
a { background-color: #24535B; }
a { background-color: rgb(36,83,91); }
div.DivClassName
{
background-color: #24535B;
}
.BgClassName
{
background-color: #24535B;
}
</style>
border-color css
<style>
span { border-color: #24535B; }
span { border-color: rgb(36,83,91); }
td.TdClassName
{
border-color: #24535B;
}
.TagClassName
{
border-color: #24535B;
}
</style>