Shades of Teal Blue #254F55
Tints of Teal Blue #254F55
RGB
CMYK
RGB Variations
Color information
#254F55 (or 0x254F55) is known color: Teal Blue. HEX triplet: 25, 4F and 55. RGB value is (37,79,85). Sum of RGB (Red+Green+Blue) = 37+79+85=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #254F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F55 is #DAB0AA. Grayscale: #434343. Windows color (decimal): -14332075 or 5590821. OLE color: 5590821.
HSL color Cylindrical-coordinate representation of color #254F55: hue angle of 187.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254F55 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 79 | 85 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.67 |
| HSL | 187.5º | 0.39% | 0.24% | - |
| HSV(B) | 187.5º | 0.56% | 0.33% | - |
| XYZ | 5.2 | 6.64 | 9.6 | - |
| YUV | 67.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 85 | 0.56 | 0.07 | 0 | 0.67 | 187.5 | 0.39 | 0.24 |
| Hex | 25 | 4F | 55 | 38 | 7 | 0 | 43 | BC | 27 | 18 |
| Octal | 45 | 117 | 125 | 70 | 7 | 0 | 103 | 274 | 47 | 30 |
| Binary | 100101 | 1001111 | 1010101 | 111000 | 111 | 0 | 1000011 | 10111100 | 100111 | 11000 |
Color Harmonies of #254F55
Complementary color
Monochromatic Colors of #254F55
Black with #254F55
Text Example
Text Example
White with #254F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F55; }
p { color: rgb(37,79,85); }
H1.HeaderClassName
{
color: #254F55;
}
.AnyTagClassName
{
color: #254F55;
}
</style>
background-color css
<style>
a { background-color: #254F55; }
a { background-color: rgb(37,79,85); }
div.DivClassName
{
background-color: #254F55;
}
.BgClassName
{
background-color: #254F55;
}
</style>
border-color css
<style>
span { border-color: #254F55; }
span { border-color: rgb(37,79,85); }
td.TdClassName
{
border-color: #254F55;
}
.TagClassName
{
border-color: #254F55;
}
</style>