Shades of Teal Blue #24525E
Tints of Teal Blue #24525E
RGB
CMYK
RGB Variations
Color information
#24525E (or 0x24525E) is known color: Teal Blue. HEX triplet: 24, 52 and 5E. RGB value is (36,82,94). Sum of RGB (Red+Green+Blue) = 36+82+94=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #24525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24525E is #DBADA1. Grayscale: #454545. Windows color (decimal): -14396834 or 6181412. OLE color: 6181412.
HSL color Cylindrical-coordinate representation of color #24525E: hue angle of 192.41º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24525E is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 82 | 94 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.63 |
| HSL | 192.41º | 0.45% | 0.25% | - |
| HSV(B) | 192.41º | 0.62% | 0.37% | - |
| XYZ | 5.77 | 7.22 | 11.68 | - |
| YUV | 69.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 94 | 0.62 | 0.13 | 0 | 0.63 | 192.41 | 0.45 | 0.25 |
| Hex | 24 | 52 | 5E | 3E | D | 0 | 3F | C0 | 2D | 19 |
| Octal | 44 | 122 | 136 | 76 | 15 | 0 | 77 | 300 | 55 | 31 |
| Binary | 100100 | 1010010 | 1011110 | 111110 | 1101 | 0 | 111111 | 11000000 | 101101 | 11001 |
Color Harmonies of #24525E
Complementary color
Monochromatic Colors of #24525E
Black with #24525E
Text Example
Text Example
White with #24525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24525E; }
p { color: rgb(36,82,94); }
H1.HeaderClassName
{
color: #24525E;
}
.AnyTagClassName
{
color: #24525E;
}
</style>
background-color css
<style>
a { background-color: #24525E; }
a { background-color: rgb(36,82,94); }
div.DivClassName
{
background-color: #24525E;
}
.BgClassName
{
background-color: #24525E;
}
</style>
border-color css
<style>
span { border-color: #24525E; }
span { border-color: rgb(36,82,94); }
td.TdClassName
{
border-color: #24525E;
}
.TagClassName
{
border-color: #24525E;
}
</style>