Shades of Teal Blue #254C59
Tints of Teal Blue #254C59
RGB
CMYK
RGB Variations
Color information
#254C59 (or 0x254C59) is known color: Teal Blue. HEX triplet: 25, 4C and 59. RGB value is (37,76,89). Sum of RGB (Red+Green+Blue) = 37+76+89=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #254C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C59 is #DAB3A6. Grayscale: #414141. Windows color (decimal): -14332839 or 5852197. OLE color: 5852197.
HSL color Cylindrical-coordinate representation of color #254C59: hue angle of 195º 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 #254C59 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 76 | 89 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.65 |
| HSL | 195º | 0.41% | 0.25% | - |
| HSV(B) | 195º | 0.58% | 0.35% | - |
| XYZ | 5.15 | 6.28 | 10.39 | - |
| YUV | 65.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 89 | 0.58 | 0.15 | 0 | 0.65 | 195 | 0.41 | 0.25 |
| Hex | 25 | 4C | 59 | 3A | F | 0 | 41 | C3 | 29 | 19 |
| Octal | 45 | 114 | 131 | 72 | 17 | 0 | 101 | 303 | 51 | 31 |
| Binary | 100101 | 1001100 | 1011001 | 111010 | 1111 | 0 | 1000001 | 11000011 | 101001 | 11001 |
Color Harmonies of #254C59
Complementary color
Monochromatic Colors of #254C59
Black with #254C59
Text Example
Text Example
White with #254C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C59; }
p { color: rgb(37,76,89); }
H1.HeaderClassName
{
color: #254C59;
}
.AnyTagClassName
{
color: #254C59;
}
</style>
background-color css
<style>
a { background-color: #254C59; }
a { background-color: rgb(37,76,89); }
div.DivClassName
{
background-color: #254C59;
}
.BgClassName
{
background-color: #254C59;
}
</style>
border-color css
<style>
span { border-color: #254C59; }
span { border-color: rgb(37,76,89); }
td.TdClassName
{
border-color: #254C59;
}
.TagClassName
{
border-color: #254C59;
}
</style>