Shades of Teal Blue #24505B
Tints of Teal Blue #24505B
RGB
CMYK
RGB Variations
Color information
#24505B (or 0x24505B) is known color: Teal Blue. HEX triplet: 24, 50 and 5B. RGB value is (36,80,91). Sum of RGB (Red+Green+Blue) = 36+80+91=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #24505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505B is #DBAFA4. Grayscale: #444444. Windows color (decimal): -14397349 or 5984292. OLE color: 5984292.
HSL color Cylindrical-coordinate representation of color #24505B: hue angle of 192º 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 #24505B is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 80 | 91 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.64 |
| HSL | 192º | 0.43% | 0.25% | - |
| HSV(B) | 192º | 0.6% | 0.36% | - |
| XYZ | 5.48 | 6.87 | 10.93 | - |
| YUV | 68.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 91 | 0.60 | 0.12 | 0 | 0.64 | 192 | 0.43 | 0.25 |
| Hex | 24 | 50 | 5B | 3C | C | 0 | 40 | C0 | 2B | 19 |
| Octal | 44 | 120 | 133 | 74 | 14 | 0 | 100 | 300 | 53 | 31 |
| Binary | 100100 | 1010000 | 1011011 | 111100 | 1100 | 0 | 1000000 | 11000000 | 101011 | 11001 |
Color Harmonies of #24505B
Complementary color
Monochromatic Colors of #24505B
Black with #24505B
Text Example
Text Example
White with #24505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24505B; }
p { color: rgb(36,80,91); }
H1.HeaderClassName
{
color: #24505B;
}
.AnyTagClassName
{
color: #24505B;
}
</style>
background-color css
<style>
a { background-color: #24505B; }
a { background-color: rgb(36,80,91); }
div.DivClassName
{
background-color: #24505B;
}
.BgClassName
{
background-color: #24505B;
}
</style>
border-color css
<style>
span { border-color: #24505B; }
span { border-color: rgb(36,80,91); }
td.TdClassName
{
border-color: #24505B;
}
.TagClassName
{
border-color: #24505B;
}
</style>