Shades of Teal Blue #244E54
Tints of Teal Blue #244E54
RGB
CMYK
RGB Variations
Color information
#244E54 (or 0x244E54) is known color: Teal Blue. HEX triplet: 24, 4E and 54. RGB value is (36,78,84). Sum of RGB (Red+Green+Blue) = 36+78+84=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #244E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E54 is #DBB1AB. Grayscale: #424242. Windows color (decimal): -14397868 or 5525028. OLE color: 5525028.
HSL color Cylindrical-coordinate representation of color #244E54: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244E54 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 78 | 84 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.67 |
| HSL | 187.5º | 0.4% | 0.24% | - |
| HSV(B) | 187.5º | 0.57% | 0.33% | - |
| XYZ | 5.05 | 6.46 | 9.37 | - |
| YUV | 66.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 84 | 0.57 | 0.07 | 0 | 0.67 | 187.5 | 0.4 | 0.24 |
| Hex | 24 | 4E | 54 | 39 | 7 | 0 | 43 | BC | 28 | 18 |
| Octal | 44 | 116 | 124 | 71 | 7 | 0 | 103 | 274 | 50 | 30 |
| Binary | 100100 | 1001110 | 1010100 | 111001 | 111 | 0 | 1000011 | 10111100 | 101000 | 11000 |
Color Harmonies of #244E54
Complementary color
Monochromatic Colors of #244E54
Black with #244E54
Text Example
Text Example
White with #244E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E54; }
p { color: rgb(36,78,84); }
H1.HeaderClassName
{
color: #244E54;
}
.AnyTagClassName
{
color: #244E54;
}
</style>
background-color css
<style>
a { background-color: #244E54; }
a { background-color: rgb(36,78,84); }
div.DivClassName
{
background-color: #244E54;
}
.BgClassName
{
background-color: #244E54;
}
</style>
border-color css
<style>
span { border-color: #244E54; }
span { border-color: rgb(36,78,84); }
td.TdClassName
{
border-color: #244E54;
}
.TagClassName
{
border-color: #244E54;
}
</style>