Shades of Niagara #25AB8D
Tints of Niagara #25AB8D
RGB
CMYK
RGB Variations
Color information
#25AB8D (or 0x25AB8D) is known color: Niagara. HEX triplet: 25, AB and 8D. RGB value is (37,171,141). Sum of RGB (Red+Green+Blue) = 37+171+141=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AB8D is #DA5472. Grayscale: #7F7F7F. Windows color (decimal): -14308467 or 9284389. OLE color: 9284389.
HSL color Cylindrical-coordinate representation of color #25AB8D: hue angle of 166.57º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AB8D is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 141 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.33 |
| HSL | 166.57º | 0.64% | 0.41% | - |
| HSV(B) | 166.57º | 0.78% | 0.67% | - |
| XYZ | 20.13 | 31.44 | 30.21 | - |
| YUV | 127.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 141 | 0.78 | 0 | 0.18 | 0.33 | 166.57 | 0.64 | 0.41 |
| Hex | 25 | AB | 8D | 4E | 0 | 12 | 21 | A7 | 40 | 29 |
| Octal | 45 | 253 | 215 | 116 | 0 | 22 | 41 | 247 | 100 | 51 |
| Binary | 100101 | 10101011 | 10001101 | 1001110 | 0 | 10010 | 100001 | 10100111 | 1000000 | 101001 |
Color Harmonies of #25AB8D
Complementary color
Monochromatic Colors of #25AB8D
Black with #25AB8D
Text Example
Text Example
White with #25AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB8D; }
p { color: rgb(37,171,141); }
H1.HeaderClassName
{
color: #25AB8D;
}
.AnyTagClassName
{
color: #25AB8D;
}
</style>
background-color css
<style>
a { background-color: #25AB8D; }
a { background-color: rgb(37,171,141); }
div.DivClassName
{
background-color: #25AB8D;
}
.BgClassName
{
background-color: #25AB8D;
}
</style>
border-color css
<style>
span { border-color: #25AB8D; }
span { border-color: rgb(37,171,141); }
td.TdClassName
{
border-color: #25AB8D;
}
.TagClassName
{
border-color: #25AB8D;
}
</style>