Shades of Teal Blue #254956
Tints of Teal Blue #254956
RGB
CMYK
RGB Variations
Color information
#254956 (or 0x254956) is known color: Teal Blue. HEX triplet: 25, 49 and 56. RGB value is (37,73,86). Sum of RGB (Red+Green+Blue) = 37+73+86=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #254956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254956 is #DAB6A9. Grayscale: #3F3F3F. Windows color (decimal): -14333610 or 5654821. OLE color: 5654821.
HSL color Cylindrical-coordinate representation of color #254956: hue angle of 195.92º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254956 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 73 | 86 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.66 |
| HSL | 195.92º | 0.4% | 0.24% | - |
| HSV(B) | 195.92º | 0.57% | 0.34% | - |
| XYZ | 4.83 | 5.83 | 9.68 | - |
| YUV | 63.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 86 | 0.57 | 0.15 | 0 | 0.66 | 195.92 | 0.4 | 0.24 |
| Hex | 25 | 49 | 56 | 39 | F | 0 | 42 | C4 | 28 | 18 |
| Octal | 45 | 111 | 126 | 71 | 17 | 0 | 102 | 304 | 50 | 30 |
| Binary | 100101 | 1001001 | 1010110 | 111001 | 1111 | 0 | 1000010 | 11000100 | 101000 | 11000 |
Color Harmonies of #254956
Complementary color
Monochromatic Colors of #254956
Black with #254956
Text Example
Text Example
White with #254956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254956; }
p { color: rgb(37,73,86); }
H1.HeaderClassName
{
color: #254956;
}
.AnyTagClassName
{
color: #254956;
}
</style>
background-color css
<style>
a { background-color: #254956; }
a { background-color: rgb(37,73,86); }
div.DivClassName
{
background-color: #254956;
}
.BgClassName
{
background-color: #254956;
}
</style>
border-color css
<style>
span { border-color: #254956; }
span { border-color: rgb(37,73,86); }
td.TdClassName
{
border-color: #254956;
}
.TagClassName
{
border-color: #254956;
}
</style>