Shades of Niagara #25A697
Tints of Niagara #25A697
RGB
CMYK
RGB Variations
Color information
#25A697 (or 0x25A697) is known color: Niagara. HEX triplet: 25, A6 and 97. RGB value is (37,166,151). Sum of RGB (Red+Green+Blue) = 37+166+151=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #25A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A697 is #DA5968. Grayscale: #7D7D7D. Windows color (decimal): -14309737 or 9938469. OLE color: 9938469.
HSL color Cylindrical-coordinate representation of color #25A697: hue angle of 173.02º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A697 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 166 | 151 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.35 |
| HSL | 173.02º | 0.64% | 0.4% | - |
| HSV(B) | 173.02º | 0.78% | 0.65% | - |
| XYZ | 19.99 | 29.9 | 34 | - |
| YUV | 125.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 166 | 151 | 0.78 | 0 | 0.09 | 0.35 | 173.02 | 0.64 | 0.4 |
| Hex | 25 | A6 | 97 | 4E | 0 | 9 | 23 | AD | 40 | 28 |
| Octal | 45 | 246 | 227 | 116 | 0 | 11 | 43 | 255 | 100 | 50 |
| Binary | 100101 | 10100110 | 10010111 | 1001110 | 0 | 1001 | 100011 | 10101101 | 1000000 | 101000 |
Color Harmonies of #25A697
Complementary color
Monochromatic Colors of #25A697
Black with #25A697
Text Example
Text Example
White with #25A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A697; }
p { color: rgb(37,166,151); }
H1.HeaderClassName
{
color: #25A697;
}
.AnyTagClassName
{
color: #25A697;
}
</style>
background-color css
<style>
a { background-color: #25A697; }
a { background-color: rgb(37,166,151); }
div.DivClassName
{
background-color: #25A697;
}
.BgClassName
{
background-color: #25A697;
}
</style>
border-color css
<style>
span { border-color: #25A697; }
span { border-color: rgb(37,166,151); }
td.TdClassName
{
border-color: #25A697;
}
.TagClassName
{
border-color: #25A697;
}
</style>