Shades of Teal Blue #254D56
Tints of Teal Blue #254D56
RGB
CMYK
RGB Variations
Color information
#254D56 (or 0x254D56) is known color: Teal Blue. HEX triplet: 25, 4D and 56. RGB value is (37,77,86). Sum of RGB (Red+Green+Blue) = 37+77+86=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #254D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D56 is #DAB2A9. Grayscale: #414141. Windows color (decimal): -14332586 or 5655845. OLE color: 5655845.
HSL color Cylindrical-coordinate representation of color #254D56: hue angle of 191.02º 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 #254D56 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 77 | 86 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.66 |
| HSL | 191.02º | 0.4% | 0.24% | - |
| HSV(B) | 191.02º | 0.57% | 0.34% | - |
| XYZ | 5.1 | 6.37 | 9.77 | - |
| YUV | 66.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 86 | 0.57 | 0.10 | 0 | 0.66 | 191.02 | 0.4 | 0.24 |
| Hex | 25 | 4D | 56 | 39 | A | 0 | 42 | BF | 28 | 18 |
| Octal | 45 | 115 | 126 | 71 | 12 | 0 | 102 | 277 | 50 | 30 |
| Binary | 100101 | 1001101 | 1010110 | 111001 | 1010 | 0 | 1000010 | 10111111 | 101000 | 11000 |
Color Harmonies of #254D56
Complementary color
Monochromatic Colors of #254D56
Black with #254D56
Text Example
Text Example
White with #254D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D56; }
p { color: rgb(37,77,86); }
H1.HeaderClassName
{
color: #254D56;
}
.AnyTagClassName
{
color: #254D56;
}
</style>
background-color css
<style>
a { background-color: #254D56; }
a { background-color: rgb(37,77,86); }
div.DivClassName
{
background-color: #254D56;
}
.BgClassName
{
background-color: #254D56;
}
</style>
border-color css
<style>
span { border-color: #254D56; }
span { border-color: rgb(37,77,86); }
td.TdClassName
{
border-color: #254D56;
}
.TagClassName
{
border-color: #254D56;
}
</style>