Shades of Teal Blue #25464B
Tints of Teal Blue #25464B
RGB
CMYK
RGB Variations
Color information
#25464B (or 0x25464B) is known color: Teal Blue. HEX triplet: 25, 46 and 4B. RGB value is (37,70,75). Sum of RGB (Red+Green+Blue) = 37+70+75=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #25464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464B is #DAB9B4. Grayscale: #3C3C3C. Windows color (decimal): -14334389 or 4933157. OLE color: 4933157.
HSL color Cylindrical-coordinate representation of color #25464B: hue angle of 187.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25464B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 70 | 75 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.71 |
| HSL | 187.89º | 0.34% | 0.22% | - |
| HSV(B) | 187.89º | 0.51% | 0.29% | - |
| XYZ | 4.22 | 5.28 | 7.45 | - |
| YUV | 60.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 75 | 0.51 | 0.07 | 0 | 0.71 | 187.89 | 0.34 | 0.22 |
| Hex | 25 | 46 | 4B | 33 | 7 | 0 | 47 | BC | 22 | 16 |
| Octal | 45 | 106 | 113 | 63 | 7 | 0 | 107 | 274 | 42 | 26 |
| Binary | 100101 | 1000110 | 1001011 | 110011 | 111 | 0 | 1000111 | 10111100 | 100010 | 10110 |
Color Harmonies of #25464B
Complementary color
Monochromatic Colors of #25464B
Black with #25464B
Text Example
Text Example
White with #25464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25464B; }
p { color: rgb(37,70,75); }
H1.HeaderClassName
{
color: #25464B;
}
.AnyTagClassName
{
color: #25464B;
}
</style>
background-color css
<style>
a { background-color: #25464B; }
a { background-color: rgb(37,70,75); }
div.DivClassName
{
background-color: #25464B;
}
.BgClassName
{
background-color: #25464B;
}
</style>
border-color css
<style>
span { border-color: #25464B; }
span { border-color: rgb(37,70,75); }
td.TdClassName
{
border-color: #25464B;
}
.TagClassName
{
border-color: #25464B;
}
</style>