Shades of Teal Blue #25565D
Tints of Teal Blue #25565D
RGB
CMYK
RGB Variations
Color information
#25565D (or 0x25565D) is known color: Teal Blue. HEX triplet: 25, 56 and 5D. RGB value is (37,86,93). Sum of RGB (Red+Green+Blue) = 37+86+93=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #25565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25565D is #DAA9A2. Grayscale: #484848. Windows color (decimal): -14330275 or 6116901. OLE color: 6116901.
HSL color Cylindrical-coordinate representation of color #25565D: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25565D is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 86 | 93 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.64 |
| HSL | 187.5º | 0.43% | 0.25% | - |
| HSV(B) | 187.5º | 0.6% | 0.36% | - |
| XYZ | 6.07 | 7.84 | 11.55 | - |
| YUV | 72.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 93 | 0.60 | 0.08 | 0 | 0.64 | 187.5 | 0.43 | 0.25 |
| Hex | 25 | 56 | 5D | 3C | 8 | 0 | 40 | BC | 2B | 19 |
| Octal | 45 | 126 | 135 | 74 | 10 | 0 | 100 | 274 | 53 | 31 |
| Binary | 100101 | 1010110 | 1011101 | 111100 | 1000 | 0 | 1000000 | 10111100 | 101011 | 11001 |
Color Harmonies of #25565D
Complementary color
Monochromatic Colors of #25565D
Black with #25565D
Text Example
Text Example
White with #25565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25565D; }
p { color: rgb(37,86,93); }
H1.HeaderClassName
{
color: #25565D;
}
.AnyTagClassName
{
color: #25565D;
}
</style>
background-color css
<style>
a { background-color: #25565D; }
a { background-color: rgb(37,86,93); }
div.DivClassName
{
background-color: #25565D;
}
.BgClassName
{
background-color: #25565D;
}
</style>
border-color css
<style>
span { border-color: #25565D; }
span { border-color: rgb(37,86,93); }
td.TdClassName
{
border-color: #25565D;
}
.TagClassName
{
border-color: #25565D;
}
</style>