Shades of Teal Blue #25464F
Tints of Teal Blue #25464F
RGB
CMYK
RGB Variations
Color information
#25464F (or 0x25464F) is known color: Teal Blue. HEX triplet: 25, 46 and 4F. RGB value is (37,70,79). Sum of RGB (Red+Green+Blue) = 37+70+79=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #25464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25464F is #DAB9B0. Grayscale: #3D3D3D. Windows color (decimal): -14334385 or 5195301. OLE color: 5195301.
HSL color Cylindrical-coordinate representation of color #25464F: hue angle of 192.86º 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 #25464F is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 70 | 79 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.69 |
| HSL | 192.86º | 0.36% | 0.23% | - |
| HSV(B) | 192.86º | 0.53% | 0.31% | - |
| XYZ | 4.36 | 5.34 | 8.2 | - |
| YUV | 61.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 79 | 0.53 | 0.11 | 0 | 0.69 | 192.86 | 0.36 | 0.23 |
| Hex | 25 | 46 | 4F | 35 | B | 0 | 45 | C1 | 24 | 17 |
| Octal | 45 | 106 | 117 | 65 | 13 | 0 | 105 | 301 | 44 | 27 |
| Binary | 100101 | 1000110 | 1001111 | 110101 | 1011 | 0 | 1000101 | 11000001 | 100100 | 10111 |
Color Harmonies of #25464F
Complementary color
Monochromatic Colors of #25464F
Black with #25464F
Text Example
Text Example
White with #25464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25464F; }
p { color: rgb(37,70,79); }
H1.HeaderClassName
{
color: #25464F;
}
.AnyTagClassName
{
color: #25464F;
}
</style>
background-color css
<style>
a { background-color: #25464F; }
a { background-color: rgb(37,70,79); }
div.DivClassName
{
background-color: #25464F;
}
.BgClassName
{
background-color: #25464F;
}
</style>
border-color css
<style>
span { border-color: #25464F; }
span { border-color: rgb(37,70,79); }
td.TdClassName
{
border-color: #25464F;
}
.TagClassName
{
border-color: #25464F;
}
</style>