Shades of Teal Blue #245259
Tints of Teal Blue #245259
RGB
CMYK
RGB Variations
Color information
#245259 (or 0x245259) is known color: Teal Blue. HEX triplet: 24, 52 and 59. RGB value is (36,82,89). Sum of RGB (Red+Green+Blue) = 36+82+89=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #245259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245259 is #DBADA6. Grayscale: #444444. Windows color (decimal): -14396839 or 5853732. OLE color: 5853732.
HSL color Cylindrical-coordinate representation of color #245259: hue angle of 187.92º 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 #245259 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 82 | 89 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.65 |
| HSL | 187.92º | 0.42% | 0.25% | - |
| HSV(B) | 187.92º | 0.6% | 0.35% | - |
| XYZ | 5.55 | 7.13 | 10.54 | - |
| YUV | 69.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 89 | 0.60 | 0.08 | 0 | 0.65 | 187.92 | 0.42 | 0.25 |
| Hex | 24 | 52 | 59 | 3C | 8 | 0 | 41 | BC | 2A | 19 |
| Octal | 44 | 122 | 131 | 74 | 10 | 0 | 101 | 274 | 52 | 31 |
| Binary | 100100 | 1010010 | 1011001 | 111100 | 1000 | 0 | 1000001 | 10111100 | 101010 | 11001 |
Color Harmonies of #245259
Complementary color
Monochromatic Colors of #245259
Black with #245259
Text Example
Text Example
White with #245259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245259; }
p { color: rgb(36,82,89); }
H1.HeaderClassName
{
color: #245259;
}
.AnyTagClassName
{
color: #245259;
}
</style>
background-color css
<style>
a { background-color: #245259; }
a { background-color: rgb(36,82,89); }
div.DivClassName
{
background-color: #245259;
}
.BgClassName
{
background-color: #245259;
}
</style>
border-color css
<style>
span { border-color: #245259; }
span { border-color: rgb(36,82,89); }
td.TdClassName
{
border-color: #245259;
}
.TagClassName
{
border-color: #245259;
}
</style>