Shades of Teal Blue #254C53
Tints of Teal Blue #254C53
RGB
CMYK
RGB Variations
Color information
#254C53 (or 0x254C53) is known color: Teal Blue. HEX triplet: 25, 4C and 53. RGB value is (37,76,83). Sum of RGB (Red+Green+Blue) = 37+76+83=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #254C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C53 is #DAB3AC. Grayscale: #414141. Windows color (decimal): -14332845 or 5458981. OLE color: 5458981.
HSL color Cylindrical-coordinate representation of color #254C53: hue angle of 189.13º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254C53 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 76 | 83 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.67 |
| HSL | 189.13º | 0.38% | 0.24% | - |
| HSV(B) | 189.13º | 0.55% | 0.33% | - |
| XYZ | 4.91 | 6.19 | 9.12 | - |
| YUV | 65.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 83 | 0.55 | 0.08 | 0 | 0.67 | 189.13 | 0.38 | 0.24 |
| Hex | 25 | 4C | 53 | 37 | 8 | 0 | 43 | BD | 26 | 18 |
| Octal | 45 | 114 | 123 | 67 | 10 | 0 | 103 | 275 | 46 | 30 |
| Binary | 100101 | 1001100 | 1010011 | 110111 | 1000 | 0 | 1000011 | 10111101 | 100110 | 11000 |
Color Harmonies of #254C53
Complementary color
Monochromatic Colors of #254C53
Black with #254C53
Text Example
Text Example
White with #254C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C53; }
p { color: rgb(37,76,83); }
H1.HeaderClassName
{
color: #254C53;
}
.AnyTagClassName
{
color: #254C53;
}
</style>
background-color css
<style>
a { background-color: #254C53; }
a { background-color: rgb(37,76,83); }
div.DivClassName
{
background-color: #254C53;
}
.BgClassName
{
background-color: #254C53;
}
</style>
border-color css
<style>
span { border-color: #254C53; }
span { border-color: rgb(37,76,83); }
td.TdClassName
{
border-color: #254C53;
}
.TagClassName
{
border-color: #254C53;
}
</style>