Shades of Teal Blue #25464E
Tints of Teal Blue #25464E
RGB
CMYK
RGB Variations
Color information
#25464E (or 0x25464E) is known color: Teal Blue. HEX triplet: 25, 46 and 4E. RGB value is (37,70,78). Sum of RGB (Red+Green+Blue) = 37+70+78=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #25464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25464E is #DAB9B1. Grayscale: #3C3C3C. Windows color (decimal): -14334386 or 5129765. OLE color: 5129765.
HSL color Cylindrical-coordinate representation of color #25464E: hue angle of 191.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25464E is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 70 | 78 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.69 |
| HSL | 191.71º | 0.36% | 0.23% | - |
| HSV(B) | 191.71º | 0.53% | 0.31% | - |
| XYZ | 4.33 | 5.32 | 8.01 | - |
| YUV | 61.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 78 | 0.53 | 0.10 | 0 | 0.69 | 191.71 | 0.36 | 0.23 |
| Hex | 25 | 46 | 4E | 35 | A | 0 | 45 | C0 | 24 | 17 |
| Octal | 45 | 106 | 116 | 65 | 12 | 0 | 105 | 300 | 44 | 27 |
| Binary | 100101 | 1000110 | 1001110 | 110101 | 1010 | 0 | 1000101 | 11000000 | 100100 | 10111 |
Color Harmonies of #25464E
Complementary color
Monochromatic Colors of #25464E
Black with #25464E
Text Example
Text Example
White with #25464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25464E; }
p { color: rgb(37,70,78); }
H1.HeaderClassName
{
color: #25464E;
}
.AnyTagClassName
{
color: #25464E;
}
</style>
background-color css
<style>
a { background-color: #25464E; }
a { background-color: rgb(37,70,78); }
div.DivClassName
{
background-color: #25464E;
}
.BgClassName
{
background-color: #25464E;
}
</style>
border-color css
<style>
span { border-color: #25464E; }
span { border-color: rgb(37,70,78); }
td.TdClassName
{
border-color: #25464E;
}
.TagClassName
{
border-color: #25464E;
}
</style>