Shades of Teal Blue #254C56
Tints of Teal Blue #254C56
RGB
CMYK
RGB Variations
Color information
#254C56 (or 0x254C56) is known color: Teal Blue. HEX triplet: 25, 4C and 56. RGB value is (37,76,86). Sum of RGB (Red+Green+Blue) = 37+76+86=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #254C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C56 is #DAB3A9. Grayscale: #414141. Windows color (decimal): -14332842 or 5655589. OLE color: 5655589.
HSL color Cylindrical-coordinate representation of color #254C56: hue angle of 192.24º 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 #254C56 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 76 | 86 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.66 |
| HSL | 192.24º | 0.4% | 0.24% | - |
| HSV(B) | 192.24º | 0.57% | 0.34% | - |
| XYZ | 5.03 | 6.23 | 9.74 | - |
| YUV | 65.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 86 | 0.57 | 0.12 | 0 | 0.66 | 192.24 | 0.4 | 0.24 |
| Hex | 25 | 4C | 56 | 39 | C | 0 | 42 | C0 | 28 | 18 |
| Octal | 45 | 114 | 126 | 71 | 14 | 0 | 102 | 300 | 50 | 30 |
| Binary | 100101 | 1001100 | 1010110 | 111001 | 1100 | 0 | 1000010 | 11000000 | 101000 | 11000 |
Color Harmonies of #254C56
Complementary color
Monochromatic Colors of #254C56
Black with #254C56
Text Example
Text Example
White with #254C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C56; }
p { color: rgb(37,76,86); }
H1.HeaderClassName
{
color: #254C56;
}
.AnyTagClassName
{
color: #254C56;
}
</style>
background-color css
<style>
a { background-color: #254C56; }
a { background-color: rgb(37,76,86); }
div.DivClassName
{
background-color: #254C56;
}
.BgClassName
{
background-color: #254C56;
}
</style>
border-color css
<style>
span { border-color: #254C56; }
span { border-color: rgb(37,76,86); }
td.TdClassName
{
border-color: #254C56;
}
.TagClassName
{
border-color: #254C56;
}
</style>