Shades of Teal Blue #244C56
Tints of Teal Blue #244C56
RGB
CMYK
RGB Variations
Color information
#244C56 (or 0x244C56) is known color: Teal Blue. HEX triplet: 24, 4C and 56. RGB value is (36,76,86). Sum of RGB (Red+Green+Blue) = 36+76+86=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #244C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C56 is #DBB3A9. Grayscale: #414141. Windows color (decimal): -14398378 or 5655588. OLE color: 5655588.
HSL color Cylindrical-coordinate representation of color #244C56: hue angle of 192º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244C56 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 76 | 86 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.66 |
| HSL | 192º | 0.41% | 0.24% | - |
| HSV(B) | 192º | 0.58% | 0.34% | - |
| XYZ | 4.99 | 6.22 | 9.74 | - |
| YUV | 65.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 86 | 0.58 | 0.12 | 0 | 0.66 | 192 | 0.41 | 0.24 |
| Hex | 24 | 4C | 56 | 3A | C | 0 | 42 | C0 | 29 | 18 |
| Octal | 44 | 114 | 126 | 72 | 14 | 0 | 102 | 300 | 51 | 30 |
| Binary | 100100 | 1001100 | 1010110 | 111010 | 1100 | 0 | 1000010 | 11000000 | 101001 | 11000 |
Color Harmonies of #244C56
Complementary color
Monochromatic Colors of #244C56
Black with #244C56
Text Example
Text Example
White with #244C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C56; }
p { color: rgb(36,76,86); }
H1.HeaderClassName
{
color: #244C56;
}
.AnyTagClassName
{
color: #244C56;
}
</style>
background-color css
<style>
a { background-color: #244C56; }
a { background-color: rgb(36,76,86); }
div.DivClassName
{
background-color: #244C56;
}
.BgClassName
{
background-color: #244C56;
}
</style>
border-color css
<style>
span { border-color: #244C56; }
span { border-color: rgb(36,76,86); }
td.TdClassName
{
border-color: #244C56;
}
.TagClassName
{
border-color: #244C56;
}
</style>