Shades of Niagara #25AA91
Tints of Niagara #25AA91
RGB
CMYK
RGB Variations
Color information
#25AA91 (or 0x25AA91) is known color: Niagara. HEX triplet: 25, AA and 91. RGB value is (37,170,145). Sum of RGB (Red+Green+Blue) = 37+170+145=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AA91 is #DA556E. Grayscale: #7F7F7F. Windows color (decimal): -14308719 or 9546277. OLE color: 9546277.
HSL color Cylindrical-coordinate representation of color #25AA91: hue angle of 168.72º 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 #25AA91 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 145 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.33 |
| HSL | 168.72º | 0.64% | 0.41% | - |
| HSV(B) | 168.72º | 0.78% | 0.67% | - |
| XYZ | 20.25 | 31.19 | 31.74 | - |
| YUV | 127.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 145 | 0.78 | 0 | 0.15 | 0.33 | 168.72 | 0.64 | 0.41 |
| Hex | 25 | AA | 91 | 4E | 0 | F | 21 | A9 | 40 | 29 |
| Octal | 45 | 252 | 221 | 116 | 0 | 17 | 41 | 251 | 100 | 51 |
| Binary | 100101 | 10101010 | 10010001 | 1001110 | 0 | 1111 | 100001 | 10101001 | 1000000 | 101001 |
Color Harmonies of #25AA91
Complementary color
Monochromatic Colors of #25AA91
Black with #25AA91
Text Example
Text Example
White with #25AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AA91; }
p { color: rgb(37,170,145); }
H1.HeaderClassName
{
color: #25AA91;
}
.AnyTagClassName
{
color: #25AA91;
}
</style>
background-color css
<style>
a { background-color: #25AA91; }
a { background-color: rgb(37,170,145); }
div.DivClassName
{
background-color: #25AA91;
}
.BgClassName
{
background-color: #25AA91;
}
</style>
border-color css
<style>
span { border-color: #25AA91; }
span { border-color: rgb(37,170,145); }
td.TdClassName
{
border-color: #25AA91;
}
.TagClassName
{
border-color: #25AA91;
}
</style>