Shades of Teal Blue #254B53
Tints of Teal Blue #254B53
RGB
CMYK
RGB Variations
Color information
#254B53 (or 0x254B53) is known color: Teal Blue. HEX triplet: 25, 4B and 53. RGB value is (37,75,83). Sum of RGB (Red+Green+Blue) = 37+75+83=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #254B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B53 is #DAB4AC. Grayscale: #404040. Windows color (decimal): -14333101 or 5458725. OLE color: 5458725.
HSL color Cylindrical-coordinate representation of color #254B53: hue angle of 190.43º 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 #254B53 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 75 | 83 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.67 |
| HSL | 190.43º | 0.38% | 0.24% | - |
| HSV(B) | 190.43º | 0.55% | 0.33% | - |
| XYZ | 4.84 | 6.05 | 9.1 | - |
| YUV | 64.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 83 | 0.55 | 0.10 | 0 | 0.67 | 190.43 | 0.38 | 0.24 |
| Hex | 25 | 4B | 53 | 37 | A | 0 | 43 | BE | 26 | 18 |
| Octal | 45 | 113 | 123 | 67 | 12 | 0 | 103 | 276 | 46 | 30 |
| Binary | 100101 | 1001011 | 1010011 | 110111 | 1010 | 0 | 1000011 | 10111110 | 100110 | 11000 |
Color Harmonies of #254B53
Complementary color
Monochromatic Colors of #254B53
Black with #254B53
Text Example
Text Example
White with #254B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B53; }
p { color: rgb(37,75,83); }
H1.HeaderClassName
{
color: #254B53;
}
.AnyTagClassName
{
color: #254B53;
}
</style>
background-color css
<style>
a { background-color: #254B53; }
a { background-color: rgb(37,75,83); }
div.DivClassName
{
background-color: #254B53;
}
.BgClassName
{
background-color: #254B53;
}
</style>
border-color css
<style>
span { border-color: #254B53; }
span { border-color: rgb(37,75,83); }
td.TdClassName
{
border-color: #254B53;
}
.TagClassName
{
border-color: #254B53;
}
</style>