Shades of Niagara #25A08E
Tints of Niagara #25A08E
RGB
CMYK
RGB Variations
Color information
#25A08E (or 0x25A08E) is known color: Niagara. HEX triplet: 25, A0 and 8E. RGB value is (37,160,142). Sum of RGB (Red+Green+Blue) = 37+160+142=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #25A08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A08E is #DA5F71. Grayscale: #797979. Windows color (decimal): -14311282 or 9347109. OLE color: 9347109.
HSL color Cylindrical-coordinate representation of color #25A08E: hue angle of 171.22º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A08E is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 142 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.37 |
| HSL | 171.22º | 0.62% | 0.39% | - |
| HSV(B) | 171.22º | 0.77% | 0.63% | - |
| XYZ | 18.22 | 27.49 | 29.94 | - |
| YUV | 121.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 142 | 0.77 | 0 | 0.11 | 0.37 | 171.22 | 0.62 | 0.39 |
| Hex | 25 | A0 | 8E | 4D | 0 | B | 25 | AB | 3E | 27 |
| Octal | 45 | 240 | 216 | 115 | 0 | 13 | 45 | 253 | 76 | 47 |
| Binary | 100101 | 10100000 | 10001110 | 1001101 | 0 | 1011 | 100101 | 10101011 | 111110 | 100111 |
Color Harmonies of #25A08E
Complementary color
Monochromatic Colors of #25A08E
Black with #25A08E
Text Example
Text Example
White with #25A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A08E; }
p { color: rgb(37,160,142); }
H1.HeaderClassName
{
color: #25A08E;
}
.AnyTagClassName
{
color: #25A08E;
}
</style>
background-color css
<style>
a { background-color: #25A08E; }
a { background-color: rgb(37,160,142); }
div.DivClassName
{
background-color: #25A08E;
}
.BgClassName
{
background-color: #25A08E;
}
</style>
border-color css
<style>
span { border-color: #25A08E; }
span { border-color: rgb(37,160,142); }
td.TdClassName
{
border-color: #25A08E;
}
.TagClassName
{
border-color: #25A08E;
}
</style>