Shades of Niagara #25AD9A
Tints of Niagara #25AD9A
RGB
CMYK
RGB Variations
Color information
#25AD9A (or 0x25AD9A) is known color: Niagara. HEX triplet: 25, AD and 9A. RGB value is (37,173,154). Sum of RGB (Red+Green+Blue) = 37+173+154=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AD9A is #DA5265. Grayscale: #828282. Windows color (decimal): -14307942 or 10136869. OLE color: 10136869.
HSL color Cylindrical-coordinate representation of color #25AD9A: hue angle of 171.62º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD9A is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 154 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.32 |
| HSL | 171.62º | 0.65% | 0.41% | - |
| HSV(B) | 171.62º | 0.79% | 0.68% | - |
| XYZ | 21.54 | 32.61 | 35.73 | - |
| YUV | 130.17 | 141.44 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 154 | 0.79 | 0 | 0.11 | 0.32 | 171.62 | 0.65 | 0.41 |
| Hex | 25 | AD | 9A | 4F | 0 | B | 20 | AC | 41 | 29 |
| Octal | 45 | 255 | 232 | 117 | 0 | 13 | 40 | 254 | 101 | 51 |
| Binary | 100101 | 10101101 | 10011010 | 1001111 | 0 | 1011 | 100000 | 10101100 | 1000001 | 101001 |
Color Harmonies of #25AD9A
Complementary color
Monochromatic Colors of #25AD9A
Black with #25AD9A
Text Example
Text Example
White with #25AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD9A; }
p { color: rgb(37,173,154); }
H1.HeaderClassName
{
color: #25AD9A;
}
.AnyTagClassName
{
color: #25AD9A;
}
</style>
background-color css
<style>
a { background-color: #25AD9A; }
a { background-color: rgb(37,173,154); }
div.DivClassName
{
background-color: #25AD9A;
}
.BgClassName
{
background-color: #25AD9A;
}
</style>
border-color css
<style>
span { border-color: #25AD9A; }
span { border-color: rgb(37,173,154); }
td.TdClassName
{
border-color: #25AD9A;
}
.TagClassName
{
border-color: #25AD9A;
}
</style>