Shades of Teal Blue #254C58
Tints of Teal Blue #254C58
RGB
CMYK
RGB Variations
Color information
#254C58 (or 0x254C58) is known color: Teal Blue. HEX triplet: 25, 4C and 58. RGB value is (37,76,88). Sum of RGB (Red+Green+Blue) = 37+76+88=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #254C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C58 is #DAB3A7. Grayscale: #414141. Windows color (decimal): -14332840 or 5786661. OLE color: 5786661.
HSL color Cylindrical-coordinate representation of color #254C58: hue angle of 194.12º 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 #254C58 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 76 | 88 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.65 |
| HSL | 194.12º | 0.41% | 0.25% | - |
| HSV(B) | 194.12º | 0.58% | 0.35% | - |
| XYZ | 5.11 | 6.27 | 10.17 | - |
| YUV | 65.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 88 | 0.58 | 0.14 | 0 | 0.65 | 194.12 | 0.41 | 0.25 |
| Hex | 25 | 4C | 58 | 3A | E | 0 | 41 | C2 | 29 | 19 |
| Octal | 45 | 114 | 130 | 72 | 16 | 0 | 101 | 302 | 51 | 31 |
| Binary | 100101 | 1001100 | 1011000 | 111010 | 1110 | 0 | 1000001 | 11000010 | 101001 | 11001 |
Color Harmonies of #254C58
Complementary color
Monochromatic Colors of #254C58
Black with #254C58
Text Example
Text Example
White with #254C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C58; }
p { color: rgb(37,76,88); }
H1.HeaderClassName
{
color: #254C58;
}
.AnyTagClassName
{
color: #254C58;
}
</style>
background-color css
<style>
a { background-color: #254C58; }
a { background-color: rgb(37,76,88); }
div.DivClassName
{
background-color: #254C58;
}
.BgClassName
{
background-color: #254C58;
}
</style>
border-color css
<style>
span { border-color: #254C58; }
span { border-color: rgb(37,76,88); }
td.TdClassName
{
border-color: #254C58;
}
.TagClassName
{
border-color: #254C58;
}
</style>