Shades of Teal Blue #25464D
Tints of Teal Blue #25464D
RGB
CMYK
RGB Variations
Color information
#25464D (or 0x25464D) is known color: Teal Blue. HEX triplet: 25, 46 and 4D. RGB value is (37,70,77). Sum of RGB (Red+Green+Blue) = 37+70+77=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #25464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25464D is #DAB9B2. Grayscale: #3C3C3C. Windows color (decimal): -14334387 or 5064229. OLE color: 5064229.
HSL color Cylindrical-coordinate representation of color #25464D: hue angle of 190.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25464D is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 70 | 77 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.70 |
| HSL | 190.5º | 0.35% | 0.22% | - |
| HSV(B) | 190.5º | 0.52% | 0.3% | - |
| XYZ | 4.29 | 5.31 | 7.82 | - |
| YUV | 60.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 77 | 0.52 | 0.09 | 0 | 0.70 | 190.5 | 0.35 | 0.22 |
| Hex | 25 | 46 | 4D | 34 | 9 | 0 | 46 | BE | 23 | 16 |
| Octal | 45 | 106 | 115 | 64 | 11 | 0 | 106 | 276 | 43 | 26 |
| Binary | 100101 | 1000110 | 1001101 | 110100 | 1001 | 0 | 1000110 | 10111110 | 100011 | 10110 |
Color Harmonies of #25464D
Complementary color
Monochromatic Colors of #25464D
Black with #25464D
Text Example
Text Example
White with #25464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25464D; }
p { color: rgb(37,70,77); }
H1.HeaderClassName
{
color: #25464D;
}
.AnyTagClassName
{
color: #25464D;
}
</style>
background-color css
<style>
a { background-color: #25464D; }
a { background-color: rgb(37,70,77); }
div.DivClassName
{
background-color: #25464D;
}
.BgClassName
{
background-color: #25464D;
}
</style>
border-color css
<style>
span { border-color: #25464D; }
span { border-color: rgb(37,70,77); }
td.TdClassName
{
border-color: #25464D;
}
.TagClassName
{
border-color: #25464D;
}
</style>