Shades of Teal Blue #254E59
Tints of Teal Blue #254E59
RGB
CMYK
RGB Variations
Color information
#254E59 (or 0x254E59) is known color: Teal Blue. HEX triplet: 25, 4E and 59. RGB value is (37,78,89). Sum of RGB (Red+Green+Blue) = 37+78+89=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #254E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E59 is #DAB1A6. Grayscale: #424242. Windows color (decimal): -14332327 or 5852709. OLE color: 5852709.
HSL color Cylindrical-coordinate representation of color #254E59: hue angle of 192.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254E59 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 78 | 89 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.65 |
| HSL | 192.69º | 0.41% | 0.25% | - |
| HSV(B) | 192.69º | 0.58% | 0.35% | - |
| XYZ | 5.29 | 6.56 | 10.44 | - |
| YUV | 67 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 89 | 0.58 | 0.12 | 0 | 0.65 | 192.69 | 0.41 | 0.25 |
| Hex | 25 | 4E | 59 | 3A | C | 0 | 41 | C1 | 29 | 19 |
| Octal | 45 | 116 | 131 | 72 | 14 | 0 | 101 | 301 | 51 | 31 |
| Binary | 100101 | 1001110 | 1011001 | 111010 | 1100 | 0 | 1000001 | 11000001 | 101001 | 11001 |
Color Harmonies of #254E59
Complementary color
Monochromatic Colors of #254E59
Black with #254E59
Text Example
Text Example
White with #254E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E59; }
p { color: rgb(37,78,89); }
H1.HeaderClassName
{
color: #254E59;
}
.AnyTagClassName
{
color: #254E59;
}
</style>
background-color css
<style>
a { background-color: #254E59; }
a { background-color: rgb(37,78,89); }
div.DivClassName
{
background-color: #254E59;
}
.BgClassName
{
background-color: #254E59;
}
</style>
border-color css
<style>
span { border-color: #254E59; }
span { border-color: rgb(37,78,89); }
td.TdClassName
{
border-color: #254E59;
}
.TagClassName
{
border-color: #254E59;
}
</style>