Shades of Teal Blue #254C52
Tints of Teal Blue #254C52
RGB
CMYK
RGB Variations
Color information
#254C52 (or 0x254C52) is known color: Teal Blue. HEX triplet: 25, 4C and 52. RGB value is (37,76,82). Sum of RGB (Red+Green+Blue) = 37+76+82=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #254C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C52 is #DAB3AD. Grayscale: #404040. Windows color (decimal): -14332846 or 5393445. OLE color: 5393445.
HSL color Cylindrical-coordinate representation of color #254C52: hue angle of 188º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254C52 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 76 | 82 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.68 |
| HSL | 188º | 0.38% | 0.23% | - |
| HSV(B) | 188º | 0.55% | 0.32% | - |
| XYZ | 4.87 | 6.17 | 8.92 | - |
| YUV | 65.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 82 | 0.55 | 0.07 | 0 | 0.68 | 188 | 0.38 | 0.23 |
| Hex | 25 | 4C | 52 | 37 | 7 | 0 | 44 | BC | 26 | 17 |
| Octal | 45 | 114 | 122 | 67 | 7 | 0 | 104 | 274 | 46 | 27 |
| Binary | 100101 | 1001100 | 1010010 | 110111 | 111 | 0 | 1000100 | 10111100 | 100110 | 10111 |
Color Harmonies of #254C52
Complementary color
Monochromatic Colors of #254C52
Black with #254C52
Text Example
Text Example
White with #254C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C52; }
p { color: rgb(37,76,82); }
H1.HeaderClassName
{
color: #254C52;
}
.AnyTagClassName
{
color: #254C52;
}
</style>
background-color css
<style>
a { background-color: #254C52; }
a { background-color: rgb(37,76,82); }
div.DivClassName
{
background-color: #254C52;
}
.BgClassName
{
background-color: #254C52;
}
</style>
border-color css
<style>
span { border-color: #254C52; }
span { border-color: rgb(37,76,82); }
td.TdClassName
{
border-color: #254C52;
}
.TagClassName
{
border-color: #254C52;
}
</style>