Shades of Teal Blue #25565E
Tints of Teal Blue #25565E
RGB
CMYK
RGB Variations
Color information
#25565E (or 0x25565E) is known color: Teal Blue. HEX triplet: 25, 56 and 5E. RGB value is (37,86,94). Sum of RGB (Red+Green+Blue) = 37+86+94=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #25565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25565E is #DAA9A1. Grayscale: #484848. Windows color (decimal): -14330274 or 6182437. OLE color: 6182437.
HSL color Cylindrical-coordinate representation of color #25565E: hue angle of 188.42º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25565E is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 86 | 94 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.63 |
| HSL | 188.42º | 0.44% | 0.26% | - |
| HSV(B) | 188.42º | 0.61% | 0.37% | - |
| XYZ | 6.11 | 7.86 | 11.78 | - |
| YUV | 72.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 94 | 0.61 | 0.09 | 0 | 0.63 | 188.42 | 0.44 | 0.26 |
| Hex | 25 | 56 | 5E | 3D | 9 | 0 | 3F | BC | 2C | 1A |
| Octal | 45 | 126 | 136 | 75 | 11 | 0 | 77 | 274 | 54 | 32 |
| Binary | 100101 | 1010110 | 1011110 | 111101 | 1001 | 0 | 111111 | 10111100 | 101100 | 11010 |
Color Harmonies of #25565E
Complementary color
Monochromatic Colors of #25565E
Black with #25565E
Text Example
Text Example
White with #25565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25565E; }
p { color: rgb(37,86,94); }
H1.HeaderClassName
{
color: #25565E;
}
.AnyTagClassName
{
color: #25565E;
}
</style>
background-color css
<style>
a { background-color: #25565E; }
a { background-color: rgb(37,86,94); }
div.DivClassName
{
background-color: #25565E;
}
.BgClassName
{
background-color: #25565E;
}
</style>
border-color css
<style>
span { border-color: #25565E; }
span { border-color: rgb(37,86,94); }
td.TdClassName
{
border-color: #25565E;
}
.TagClassName
{
border-color: #25565E;
}
</style>