Shades of Teal Blue #254858
Tints of Teal Blue #254858
RGB
CMYK
RGB Variations
Color information
#254858 (or 0x254858) is known color: Teal Blue. HEX triplet: 25, 48 and 58. RGB value is (37,72,88). Sum of RGB (Red+Green+Blue) = 37+72+88=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #254858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254858 is #DAB7A7. Grayscale: #3F3F3F. Windows color (decimal): -14333864 or 5785637. OLE color: 5785637.
HSL color Cylindrical-coordinate representation of color #254858: hue angle of 198.82º 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 #254858 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 72 | 88 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.65 |
| HSL | 198.82º | 0.41% | 0.25% | - |
| HSV(B) | 198.82º | 0.58% | 0.35% | - |
| XYZ | 4.84 | 5.73 | 10.08 | - |
| YUV | 63.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 88 | 0.58 | 0.18 | 0 | 0.65 | 198.82 | 0.41 | 0.25 |
| Hex | 25 | 48 | 58 | 3A | 12 | 0 | 41 | C7 | 29 | 19 |
| Octal | 45 | 110 | 130 | 72 | 22 | 0 | 101 | 307 | 51 | 31 |
| Binary | 100101 | 1001000 | 1011000 | 111010 | 10010 | 0 | 1000001 | 11000111 | 101001 | 11001 |
Color Harmonies of #254858
Complementary color
Monochromatic Colors of #254858
Black with #254858
Text Example
Text Example
White with #254858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254858; }
p { color: rgb(37,72,88); }
H1.HeaderClassName
{
color: #254858;
}
.AnyTagClassName
{
color: #254858;
}
</style>
background-color css
<style>
a { background-color: #254858; }
a { background-color: rgb(37,72,88); }
div.DivClassName
{
background-color: #254858;
}
.BgClassName
{
background-color: #254858;
}
</style>
border-color css
<style>
span { border-color: #254858; }
span { border-color: rgb(37,72,88); }
td.TdClassName
{
border-color: #254858;
}
.TagClassName
{
border-color: #254858;
}
</style>