Shades of Teal Blue #24535C
Tints of Teal Blue #24535C
RGB
CMYK
RGB Variations
Color information
#24535C (or 0x24535C) is known color: Teal Blue. HEX triplet: 24, 53 and 5C. RGB value is (36,83,92). Sum of RGB (Red+Green+Blue) = 36+83+92=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #24535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535C is #DBACA3. Grayscale: #454545. Windows color (decimal): -14396580 or 6050596. OLE color: 6050596.
HSL color Cylindrical-coordinate representation of color #24535C: hue angle of 189.64º 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 #24535C is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 83 | 92 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.64 |
| HSL | 189.64º | 0.44% | 0.25% | - |
| HSV(B) | 189.64º | 0.61% | 0.36% | - |
| XYZ | 5.75 | 7.33 | 11.24 | - |
| YUV | 69.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 92 | 0.61 | 0.10 | 0 | 0.64 | 189.64 | 0.44 | 0.25 |
| Hex | 24 | 53 | 5C | 3D | A | 0 | 40 | BE | 2C | 19 |
| Octal | 44 | 123 | 134 | 75 | 12 | 0 | 100 | 276 | 54 | 31 |
| Binary | 100100 | 1010011 | 1011100 | 111101 | 1010 | 0 | 1000000 | 10111110 | 101100 | 11001 |
Color Harmonies of #24535C
Complementary color
Monochromatic Colors of #24535C
Black with #24535C
Text Example
Text Example
White with #24535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24535C; }
p { color: rgb(36,83,92); }
H1.HeaderClassName
{
color: #24535C;
}
.AnyTagClassName
{
color: #24535C;
}
</style>
background-color css
<style>
a { background-color: #24535C; }
a { background-color: rgb(36,83,92); }
div.DivClassName
{
background-color: #24535C;
}
.BgClassName
{
background-color: #24535C;
}
</style>
border-color css
<style>
span { border-color: #24535C; }
span { border-color: rgb(36,83,92); }
td.TdClassName
{
border-color: #24535C;
}
.TagClassName
{
border-color: #24535C;
}
</style>