Shades of Teal Blue #244E59
Tints of Teal Blue #244E59
RGB
CMYK
RGB Variations
Color information
#244E59 (or 0x244E59) is known color: Teal Blue. HEX triplet: 24, 4E and 59. RGB value is (36,78,89). Sum of RGB (Red+Green+Blue) = 36+78+89=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #244E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E59 is #DBB1A6. Grayscale: #424242. Windows color (decimal): -14397863 or 5852708. OLE color: 5852708.
HSL color Cylindrical-coordinate representation of color #244E59: hue angle of 192.45º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244E59 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 78 | 89 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.65 |
| HSL | 192.45º | 0.42% | 0.25% | - |
| HSV(B) | 192.45º | 0.6% | 0.35% | - |
| XYZ | 5.26 | 6.55 | 10.44 | - |
| YUV | 66.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 89 | 0.60 | 0.12 | 0 | 0.65 | 192.45 | 0.42 | 0.25 |
| Hex | 24 | 4E | 59 | 3C | C | 0 | 41 | C0 | 2A | 19 |
| Octal | 44 | 116 | 131 | 74 | 14 | 0 | 101 | 300 | 52 | 31 |
| Binary | 100100 | 1001110 | 1011001 | 111100 | 1100 | 0 | 1000001 | 11000000 | 101010 | 11001 |
Color Harmonies of #244E59
Complementary color
Monochromatic Colors of #244E59
Black with #244E59
Text Example
Text Example
White with #244E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E59; }
p { color: rgb(36,78,89); }
H1.HeaderClassName
{
color: #244E59;
}
.AnyTagClassName
{
color: #244E59;
}
</style>
background-color css
<style>
a { background-color: #244E59; }
a { background-color: rgb(36,78,89); }
div.DivClassName
{
background-color: #244E59;
}
.BgClassName
{
background-color: #244E59;
}
</style>
border-color css
<style>
span { border-color: #244E59; }
span { border-color: rgb(36,78,89); }
td.TdClassName
{
border-color: #244E59;
}
.TagClassName
{
border-color: #244E59;
}
</style>