Shades of Teal Blue #254B59
Tints of Teal Blue #254B59
RGB
CMYK
RGB Variations
Color information
#254B59 (or 0x254B59) is known color: Teal Blue. HEX triplet: 25, 4B and 59. RGB value is (37,75,89). Sum of RGB (Red+Green+Blue) = 37+75+89=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #254B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B59 is #DAB4A6. Grayscale: #414141. Windows color (decimal): -14333095 or 5851941. OLE color: 5851941.
HSL color Cylindrical-coordinate representation of color #254B59: hue angle of 196.15º 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 #254B59 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 75 | 89 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.65 |
| HSL | 196.15º | 0.41% | 0.25% | - |
| HSV(B) | 196.15º | 0.58% | 0.35% | - |
| XYZ | 5.08 | 6.15 | 10.37 | - |
| YUV | 65.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 89 | 0.58 | 0.16 | 0 | 0.65 | 196.15 | 0.41 | 0.25 |
| Hex | 25 | 4B | 59 | 3A | 10 | 0 | 41 | C4 | 29 | 19 |
| Octal | 45 | 113 | 131 | 72 | 20 | 0 | 101 | 304 | 51 | 31 |
| Binary | 100101 | 1001011 | 1011001 | 111010 | 10000 | 0 | 1000001 | 11000100 | 101001 | 11001 |
Color Harmonies of #254B59
Complementary color
Monochromatic Colors of #254B59
Black with #254B59
Text Example
Text Example
White with #254B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B59; }
p { color: rgb(37,75,89); }
H1.HeaderClassName
{
color: #254B59;
}
.AnyTagClassName
{
color: #254B59;
}
</style>
background-color css
<style>
a { background-color: #254B59; }
a { background-color: rgb(37,75,89); }
div.DivClassName
{
background-color: #254B59;
}
.BgClassName
{
background-color: #254B59;
}
</style>
border-color css
<style>
span { border-color: #254B59; }
span { border-color: rgb(37,75,89); }
td.TdClassName
{
border-color: #254B59;
}
.TagClassName
{
border-color: #254B59;
}
</style>