Shades of Teal Blue #24525C
Tints of Teal Blue #24525C
RGB
CMYK
RGB Variations
Color information
#24525C (or 0x24525C) is known color: Teal Blue. HEX triplet: 24, 52 and 5C. RGB value is (36,82,92). Sum of RGB (Red+Green+Blue) = 36+82+92=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #24525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24525C is #DBADA3. Grayscale: #454545. Windows color (decimal): -14396836 or 6050340. OLE color: 6050340.
HSL color Cylindrical-coordinate representation of color #24525C: hue angle of 190.71º 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 #24525C is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 82 | 92 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.64 |
| HSL | 190.71º | 0.44% | 0.25% | - |
| HSV(B) | 190.71º | 0.61% | 0.36% | - |
| XYZ | 5.68 | 7.18 | 11.21 | - |
| YUV | 69.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 92 | 0.61 | 0.11 | 0 | 0.64 | 190.71 | 0.44 | 0.25 |
| Hex | 24 | 52 | 5C | 3D | B | 0 | 40 | BF | 2C | 19 |
| Octal | 44 | 122 | 134 | 75 | 13 | 0 | 100 | 277 | 54 | 31 |
| Binary | 100100 | 1010010 | 1011100 | 111101 | 1011 | 0 | 1000000 | 10111111 | 101100 | 11001 |
Color Harmonies of #24525C
Complementary color
Monochromatic Colors of #24525C
Black with #24525C
Text Example
Text Example
White with #24525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24525C; }
p { color: rgb(36,82,92); }
H1.HeaderClassName
{
color: #24525C;
}
.AnyTagClassName
{
color: #24525C;
}
</style>
background-color css
<style>
a { background-color: #24525C; }
a { background-color: rgb(36,82,92); }
div.DivClassName
{
background-color: #24525C;
}
.BgClassName
{
background-color: #24525C;
}
</style>
border-color css
<style>
span { border-color: #24525C; }
span { border-color: rgb(36,82,92); }
td.TdClassName
{
border-color: #24525C;
}
.TagClassName
{
border-color: #24525C;
}
</style>