Shades of Teal Blue #244C59
Tints of Teal Blue #244C59
RGB
CMYK
RGB Variations
Color information
#244C59 (or 0x244C59) is known color: Teal Blue. HEX triplet: 24, 4C and 59. RGB value is (36,76,89). Sum of RGB (Red+Green+Blue) = 36+76+89=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #244C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C59 is #DBB3A6. Grayscale: #414141. Windows color (decimal): -14398375 or 5852196. OLE color: 5852196.
HSL color Cylindrical-coordinate representation of color #244C59: hue angle of 194.72º 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 #244C59 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 76 | 89 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.65 |
| HSL | 194.72º | 0.42% | 0.25% | - |
| HSV(B) | 194.72º | 0.6% | 0.35% | - |
| XYZ | 5.12 | 6.27 | 10.39 | - |
| YUV | 65.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 89 | 0.60 | 0.15 | 0 | 0.65 | 194.72 | 0.42 | 0.25 |
| Hex | 24 | 4C | 59 | 3C | F | 0 | 41 | C3 | 2A | 19 |
| Octal | 44 | 114 | 131 | 74 | 17 | 0 | 101 | 303 | 52 | 31 |
| Binary | 100100 | 1001100 | 1011001 | 111100 | 1111 | 0 | 1000001 | 11000011 | 101010 | 11001 |
Color Harmonies of #244C59
Complementary color
Monochromatic Colors of #244C59
Black with #244C59
Text Example
Text Example
White with #244C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C59; }
p { color: rgb(36,76,89); }
H1.HeaderClassName
{
color: #244C59;
}
.AnyTagClassName
{
color: #244C59;
}
</style>
background-color css
<style>
a { background-color: #244C59; }
a { background-color: rgb(36,76,89); }
div.DivClassName
{
background-color: #244C59;
}
.BgClassName
{
background-color: #244C59;
}
</style>
border-color css
<style>
span { border-color: #244C59; }
span { border-color: rgb(36,76,89); }
td.TdClassName
{
border-color: #244C59;
}
.TagClassName
{
border-color: #244C59;
}
</style>