Shades of Teal Blue #25484E
Tints of Teal Blue #25484E
RGB
CMYK
RGB Variations
Color information
#25484E (or 0x25484E) is known color: Teal Blue. HEX triplet: 25, 48 and 4E. RGB value is (37,72,78). Sum of RGB (Red+Green+Blue) = 37+72+78=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #25484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25484E is #DAB7B1. Grayscale: #3E3E3E. Windows color (decimal): -14333874 or 5130277. OLE color: 5130277.
HSL color Cylindrical-coordinate representation of color #25484E: hue angle of 188.78º 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 #25484E is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 72 | 78 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.69 |
| HSL | 188.78º | 0.36% | 0.23% | - |
| HSV(B) | 188.78º | 0.53% | 0.31% | - |
| XYZ | 4.46 | 5.58 | 8.05 | - |
| YUV | 62.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 78 | 0.53 | 0.08 | 0 | 0.69 | 188.78 | 0.36 | 0.23 |
| Hex | 25 | 48 | 4E | 35 | 8 | 0 | 45 | BD | 24 | 17 |
| Octal | 45 | 110 | 116 | 65 | 10 | 0 | 105 | 275 | 44 | 27 |
| Binary | 100101 | 1001000 | 1001110 | 110101 | 1000 | 0 | 1000101 | 10111101 | 100100 | 10111 |
Color Harmonies of #25484E
Complementary color
Monochromatic Colors of #25484E
Black with #25484E
Text Example
Text Example
White with #25484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25484E; }
p { color: rgb(37,72,78); }
H1.HeaderClassName
{
color: #25484E;
}
.AnyTagClassName
{
color: #25484E;
}
</style>
background-color css
<style>
a { background-color: #25484E; }
a { background-color: rgb(37,72,78); }
div.DivClassName
{
background-color: #25484E;
}
.BgClassName
{
background-color: #25484E;
}
</style>
border-color css
<style>
span { border-color: #25484E; }
span { border-color: rgb(37,72,78); }
td.TdClassName
{
border-color: #25484E;
}
.TagClassName
{
border-color: #25484E;
}
</style>