Shades of Teal Blue #244D55
Tints of Teal Blue #244D55
RGB
CMYK
RGB Variations
Color information
#244D55 (or 0x244D55) is known color: Teal Blue. HEX triplet: 24, 4D and 55. RGB value is (36,77,85). Sum of RGB (Red+Green+Blue) = 36+77+85=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #244D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D55 is #DBB2AA. Grayscale: #414141. Windows color (decimal): -14398123 or 5590308. OLE color: 5590308.
HSL color Cylindrical-coordinate representation of color #244D55: hue angle of 189.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244D55 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 77 | 85 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.67 |
| HSL | 189.8º | 0.4% | 0.24% | - |
| HSV(B) | 189.8º | 0.58% | 0.33% | - |
| XYZ | 5.02 | 6.34 | 9.55 | - |
| YUV | 65.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 85 | 0.58 | 0.09 | 0 | 0.67 | 189.8 | 0.4 | 0.24 |
| Hex | 24 | 4D | 55 | 3A | 9 | 0 | 43 | BE | 28 | 18 |
| Octal | 44 | 115 | 125 | 72 | 11 | 0 | 103 | 276 | 50 | 30 |
| Binary | 100100 | 1001101 | 1010101 | 111010 | 1001 | 0 | 1000011 | 10111110 | 101000 | 11000 |
Color Harmonies of #244D55
Complementary color
Monochromatic Colors of #244D55
Black with #244D55
Text Example
Text Example
White with #244D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D55; }
p { color: rgb(36,77,85); }
H1.HeaderClassName
{
color: #244D55;
}
.AnyTagClassName
{
color: #244D55;
}
</style>
background-color css
<style>
a { background-color: #244D55; }
a { background-color: rgb(36,77,85); }
div.DivClassName
{
background-color: #244D55;
}
.BgClassName
{
background-color: #244D55;
}
</style>
border-color css
<style>
span { border-color: #244D55; }
span { border-color: rgb(36,77,85); }
td.TdClassName
{
border-color: #244D55;
}
.TagClassName
{
border-color: #244D55;
}
</style>