Shades of Teal Blue #25464C
Tints of Teal Blue #25464C
RGB
CMYK
RGB Variations
Color information
#25464C (or 0x25464C) is known color: Teal Blue. HEX triplet: 25, 46 and 4C. RGB value is (37,70,76). Sum of RGB (Red+Green+Blue) = 37+70+76=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #25464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464C is #DAB9B3. Grayscale: #3C3C3C. Windows color (decimal): -14334388 or 4998693. OLE color: 4998693.
HSL color Cylindrical-coordinate representation of color #25464C: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25464C is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 70 | 76 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.70 |
| HSL | 189.23º | 0.35% | 0.22% | - |
| HSV(B) | 189.23º | 0.51% | 0.3% | - |
| XYZ | 4.26 | 5.3 | 7.64 | - |
| YUV | 60.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 76 | 0.51 | 0.08 | 0 | 0.70 | 189.23 | 0.35 | 0.22 |
| Hex | 25 | 46 | 4C | 33 | 8 | 0 | 46 | BD | 23 | 16 |
| Octal | 45 | 106 | 114 | 63 | 10 | 0 | 106 | 275 | 43 | 26 |
| Binary | 100101 | 1000110 | 1001100 | 110011 | 1000 | 0 | 1000110 | 10111101 | 100011 | 10110 |
Color Harmonies of #25464C
Complementary color
Monochromatic Colors of #25464C
Black with #25464C
Text Example
Text Example
White with #25464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25464C; }
p { color: rgb(37,70,76); }
H1.HeaderClassName
{
color: #25464C;
}
.AnyTagClassName
{
color: #25464C;
}
</style>
background-color css
<style>
a { background-color: #25464C; }
a { background-color: rgb(37,70,76); }
div.DivClassName
{
background-color: #25464C;
}
.BgClassName
{
background-color: #25464C;
}
</style>
border-color css
<style>
span { border-color: #25464C; }
span { border-color: rgb(37,70,76); }
td.TdClassName
{
border-color: #25464C;
}
.TagClassName
{
border-color: #25464C;
}
</style>