Shades of Teal Blue #254A53
Tints of Teal Blue #254A53
RGB
CMYK
RGB Variations
Color information
#254A53 (or 0x254A53) is known color: Teal Blue. HEX triplet: 25, 4A and 53. RGB value is (37,74,83). Sum of RGB (Red+Green+Blue) = 37+74+83=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #254A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A53 is #DAB5AC. Grayscale: #3F3F3F. Windows color (decimal): -14333357 or 5458469. OLE color: 5458469.
HSL color Cylindrical-coordinate representation of color #254A53: hue angle of 191.74º 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 #254A53 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 74 | 83 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.67 |
| HSL | 191.74º | 0.38% | 0.24% | - |
| HSV(B) | 191.74º | 0.55% | 0.33% | - |
| XYZ | 4.77 | 5.92 | 9.07 | - |
| YUV | 63.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 83 | 0.55 | 0.11 | 0 | 0.67 | 191.74 | 0.38 | 0.24 |
| Hex | 25 | 4A | 53 | 37 | B | 0 | 43 | C0 | 26 | 18 |
| Octal | 45 | 112 | 123 | 67 | 13 | 0 | 103 | 300 | 46 | 30 |
| Binary | 100101 | 1001010 | 1010011 | 110111 | 1011 | 0 | 1000011 | 11000000 | 100110 | 11000 |
Color Harmonies of #254A53
Complementary color
Monochromatic Colors of #254A53
Black with #254A53
Text Example
Text Example
White with #254A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A53; }
p { color: rgb(37,74,83); }
H1.HeaderClassName
{
color: #254A53;
}
.AnyTagClassName
{
color: #254A53;
}
</style>
background-color css
<style>
a { background-color: #254A53; }
a { background-color: rgb(37,74,83); }
div.DivClassName
{
background-color: #254A53;
}
.BgClassName
{
background-color: #254A53;
}
</style>
border-color css
<style>
span { border-color: #254A53; }
span { border-color: rgb(37,74,83); }
td.TdClassName
{
border-color: #254A53;
}
.TagClassName
{
border-color: #254A53;
}
</style>