Shades of Teal Blue #254E57
Tints of Teal Blue #254E57
RGB
CMYK
RGB Variations
Color information
#254E57 (or 0x254E57) is known color: Teal Blue. HEX triplet: 25, 4E and 57. RGB value is (37,78,87). Sum of RGB (Red+Green+Blue) = 37+78+87=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #254E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E57 is #DAB1A8. Grayscale: #424242. Windows color (decimal): -14332329 or 5721637. OLE color: 5721637.
HSL color Cylindrical-coordinate representation of color #254E57: hue angle of 190.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254E57 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 78 | 87 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.66 |
| HSL | 190.8º | 0.4% | 0.24% | - |
| HSV(B) | 190.8º | 0.57% | 0.34% | - |
| XYZ | 5.21 | 6.53 | 10 | - |
| YUV | 66.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 87 | 0.57 | 0.10 | 0 | 0.66 | 190.8 | 0.4 | 0.24 |
| Hex | 25 | 4E | 57 | 39 | A | 0 | 42 | BF | 28 | 18 |
| Octal | 45 | 116 | 127 | 71 | 12 | 0 | 102 | 277 | 50 | 30 |
| Binary | 100101 | 1001110 | 1010111 | 111001 | 1010 | 0 | 1000010 | 10111111 | 101000 | 11000 |
Color Harmonies of #254E57
Complementary color
Monochromatic Colors of #254E57
Black with #254E57
Text Example
Text Example
White with #254E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E57; }
p { color: rgb(37,78,87); }
H1.HeaderClassName
{
color: #254E57;
}
.AnyTagClassName
{
color: #254E57;
}
</style>
background-color css
<style>
a { background-color: #254E57; }
a { background-color: rgb(37,78,87); }
div.DivClassName
{
background-color: #254E57;
}
.BgClassName
{
background-color: #254E57;
}
</style>
border-color css
<style>
span { border-color: #254E57; }
span { border-color: rgb(37,78,87); }
td.TdClassName
{
border-color: #254E57;
}
.TagClassName
{
border-color: #254E57;
}
</style>