Shades of Teal Blue #254651
Tints of Teal Blue #254651
RGB
CMYK
RGB Variations
Color information
#254651 (or 0x254651) is known color: Teal Blue. HEX triplet: 25, 46 and 51. RGB value is (37,70,81). Sum of RGB (Red+Green+Blue) = 37+70+81=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #254651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254651 is #DAB9AE. Grayscale: #3D3D3D. Windows color (decimal): -14334383 or 5326373. OLE color: 5326373.
HSL color Cylindrical-coordinate representation of color #254651: hue angle of 195º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254651 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 70 | 81 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.68 |
| HSL | 195º | 0.37% | 0.23% | - |
| HSV(B) | 195º | 0.54% | 0.32% | - |
| XYZ | 4.44 | 5.37 | 8.59 | - |
| YUV | 61.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 81 | 0.54 | 0.14 | 0 | 0.68 | 195 | 0.37 | 0.23 |
| Hex | 25 | 46 | 51 | 36 | E | 0 | 44 | C3 | 25 | 17 |
| Octal | 45 | 106 | 121 | 66 | 16 | 0 | 104 | 303 | 45 | 27 |
| Binary | 100101 | 1000110 | 1010001 | 110110 | 1110 | 0 | 1000100 | 11000011 | 100101 | 10111 |
Color Harmonies of #254651
Complementary color
Monochromatic Colors of #254651
Black with #254651
Text Example
Text Example
White with #254651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254651; }
p { color: rgb(37,70,81); }
H1.HeaderClassName
{
color: #254651;
}
.AnyTagClassName
{
color: #254651;
}
</style>
background-color css
<style>
a { background-color: #254651; }
a { background-color: rgb(37,70,81); }
div.DivClassName
{
background-color: #254651;
}
.BgClassName
{
background-color: #254651;
}
</style>
border-color css
<style>
span { border-color: #254651; }
span { border-color: rgb(37,70,81); }
td.TdClassName
{
border-color: #254651;
}
.TagClassName
{
border-color: #254651;
}
</style>