Shades of Teal Blue #24505C
Tints of Teal Blue #24505C
RGB
CMYK
RGB Variations
Color information
#24505C (or 0x24505C) is known color: Teal Blue. HEX triplet: 24, 50 and 5C. RGB value is (36,80,92). Sum of RGB (Red+Green+Blue) = 36+80+92=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #24505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505C is #DBAFA3. Grayscale: #444444. Windows color (decimal): -14397348 or 6049828. OLE color: 6049828.
HSL color Cylindrical-coordinate representation of color #24505C: hue angle of 192.86º 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 #24505C is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 80 | 92 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.64 |
| HSL | 192.86º | 0.44% | 0.25% | - |
| HSV(B) | 192.86º | 0.61% | 0.36% | - |
| XYZ | 5.53 | 6.89 | 11.16 | - |
| YUV | 68.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 92 | 0.61 | 0.13 | 0 | 0.64 | 192.86 | 0.44 | 0.25 |
| Hex | 24 | 50 | 5C | 3D | D | 0 | 40 | C1 | 2C | 19 |
| Octal | 44 | 120 | 134 | 75 | 15 | 0 | 100 | 301 | 54 | 31 |
| Binary | 100100 | 1010000 | 1011100 | 111101 | 1101 | 0 | 1000000 | 11000001 | 101100 | 11001 |
Color Harmonies of #24505C
Complementary color
Monochromatic Colors of #24505C
Black with #24505C
Text Example
Text Example
White with #24505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24505C; }
p { color: rgb(36,80,92); }
H1.HeaderClassName
{
color: #24505C;
}
.AnyTagClassName
{
color: #24505C;
}
</style>
background-color css
<style>
a { background-color: #24505C; }
a { background-color: rgb(36,80,92); }
div.DivClassName
{
background-color: #24505C;
}
.BgClassName
{
background-color: #24505C;
}
</style>
border-color css
<style>
span { border-color: #24505C; }
span { border-color: rgb(36,80,92); }
td.TdClassName
{
border-color: #24505C;
}
.TagClassName
{
border-color: #24505C;
}
</style>