Shades of Niagara #25AC9A
Tints of Niagara #25AC9A
RGB
CMYK
RGB Variations
Color information
#25AC9A (or 0x25AC9A) is known color: Niagara. HEX triplet: 25, AC and 9A. RGB value is (37,172,154). Sum of RGB (Red+Green+Blue) = 37+172+154=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AC9A is #DA5365. Grayscale: #818181. Windows color (decimal): -14308198 or 10136613. OLE color: 10136613.
HSL color Cylindrical-coordinate representation of color #25AC9A: hue angle of 172º degrees, saturation: 0.65, 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 #25AC9A is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 172 | 154 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.33 |
| HSL | 172º | 0.65% | 0.41% | - |
| HSV(B) | 172º | 0.78% | 0.67% | - |
| XYZ | 21.35 | 32.23 | 35.67 | - |
| YUV | 129.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 154 | 0.78 | 0 | 0.10 | 0.33 | 172 | 0.65 | 0.41 |
| Hex | 25 | AC | 9A | 4E | 0 | A | 21 | AC | 41 | 29 |
| Octal | 45 | 254 | 232 | 116 | 0 | 12 | 41 | 254 | 101 | 51 |
| Binary | 100101 | 10101100 | 10011010 | 1001110 | 0 | 1010 | 100001 | 10101100 | 1000001 | 101001 |
Color Harmonies of #25AC9A
Complementary color
Monochromatic Colors of #25AC9A
Black with #25AC9A
Text Example
Text Example
White with #25AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AC9A; }
p { color: rgb(37,172,154); }
H1.HeaderClassName
{
color: #25AC9A;
}
.AnyTagClassName
{
color: #25AC9A;
}
</style>
background-color css
<style>
a { background-color: #25AC9A; }
a { background-color: rgb(37,172,154); }
div.DivClassName
{
background-color: #25AC9A;
}
.BgClassName
{
background-color: #25AC9A;
}
</style>
border-color css
<style>
span { border-color: #25AC9A; }
span { border-color: rgb(37,172,154); }
td.TdClassName
{
border-color: #25AC9A;
}
.TagClassName
{
border-color: #25AC9A;
}
</style>