Shades of Teal Blue #245159
Tints of Teal Blue #245159
RGB
CMYK
RGB Variations
Color information
#245159 (or 0x245159) is known color: Teal Blue. HEX triplet: 24, 51 and 59. RGB value is (36,81,89). Sum of RGB (Red+Green+Blue) = 36+81+89=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #245159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245159 is #DBAEA6. Grayscale: #444444. Windows color (decimal): -14397095 or 5853476. OLE color: 5853476.
HSL color Cylindrical-coordinate representation of color #245159: hue angle of 189.06º 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 #245159 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 81 | 89 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.65 |
| HSL | 189.06º | 0.42% | 0.25% | - |
| HSV(B) | 189.06º | 0.6% | 0.35% | - |
| XYZ | 5.47 | 6.98 | 10.51 | - |
| YUV | 68.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 89 | 0.60 | 0.09 | 0 | 0.65 | 189.06 | 0.42 | 0.25 |
| Hex | 24 | 51 | 59 | 3C | 9 | 0 | 41 | BD | 2A | 19 |
| Octal | 44 | 121 | 131 | 74 | 11 | 0 | 101 | 275 | 52 | 31 |
| Binary | 100100 | 1010001 | 1011001 | 111100 | 1001 | 0 | 1000001 | 10111101 | 101010 | 11001 |
Color Harmonies of #245159
Complementary color
Monochromatic Colors of #245159
Black with #245159
Text Example
Text Example
White with #245159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245159; }
p { color: rgb(36,81,89); }
H1.HeaderClassName
{
color: #245159;
}
.AnyTagClassName
{
color: #245159;
}
</style>
background-color css
<style>
a { background-color: #245159; }
a { background-color: rgb(36,81,89); }
div.DivClassName
{
background-color: #245159;
}
.BgClassName
{
background-color: #245159;
}
</style>
border-color css
<style>
span { border-color: #245159; }
span { border-color: rgb(36,81,89); }
td.TdClassName
{
border-color: #245159;
}
.TagClassName
{
border-color: #245159;
}
</style>