Shades of Teal Blue #254A58
Tints of Teal Blue #254A58
RGB
CMYK
RGB Variations
Color information
#254A58 (or 0x254A58) is known color: Teal Blue. HEX triplet: 25, 4A and 58. RGB value is (37,74,88). Sum of RGB (Red+Green+Blue) = 37+74+88=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #254A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A58 is #DAB5A7. Grayscale: #404040. Windows color (decimal): -14333352 or 5786149. OLE color: 5786149.
HSL color Cylindrical-coordinate representation of color #254A58: hue angle of 196.47º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254A58 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 74 | 88 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.65 |
| HSL | 196.47º | 0.41% | 0.25% | - |
| HSV(B) | 196.47º | 0.58% | 0.35% | - |
| XYZ | 4.97 | 6 | 10.13 | - |
| YUV | 64.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 88 | 0.58 | 0.16 | 0 | 0.65 | 196.47 | 0.41 | 0.25 |
| Hex | 25 | 4A | 58 | 3A | 10 | 0 | 41 | C4 | 29 | 19 |
| Octal | 45 | 112 | 130 | 72 | 20 | 0 | 101 | 304 | 51 | 31 |
| Binary | 100101 | 1001010 | 1011000 | 111010 | 10000 | 0 | 1000001 | 11000100 | 101001 | 11001 |
Color Harmonies of #254A58
Complementary color
Monochromatic Colors of #254A58
Black with #254A58
Text Example
Text Example
White with #254A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A58; }
p { color: rgb(37,74,88); }
H1.HeaderClassName
{
color: #254A58;
}
.AnyTagClassName
{
color: #254A58;
}
</style>
background-color css
<style>
a { background-color: #254A58; }
a { background-color: rgb(37,74,88); }
div.DivClassName
{
background-color: #254A58;
}
.BgClassName
{
background-color: #254A58;
}
</style>
border-color css
<style>
span { border-color: #254A58; }
span { border-color: rgb(37,74,88); }
td.TdClassName
{
border-color: #254A58;
}
.TagClassName
{
border-color: #254A58;
}
</style>