Shades of Niagara #25987F
Tints of Niagara #25987F
RGB
CMYK
RGB Variations
Color information
#25987F (or 0x25987F) is known color: Niagara. HEX triplet: 25, 98 and 7F. RGB value is (37,152,127). Sum of RGB (Red+Green+Blue) = 37+152+127=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #25987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25987F is #DA6780. Grayscale: #727272. Windows color (decimal): -14313345 or 8362021. OLE color: 8362021.
HSL color Cylindrical-coordinate representation of color #25987F: hue angle of 166.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25987F is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 127 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.40 |
| HSL | 166.96º | 0.61% | 0.37% | - |
| HSV(B) | 166.96º | 0.76% | 0.6% | - |
| XYZ | 15.82 | 24.38 | 23.95 | - |
| YUV | 114.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 127 | 0.76 | 0 | 0.16 | 0.40 | 166.96 | 0.61 | 0.37 |
| Hex | 25 | 98 | 7F | 4C | 0 | 10 | 28 | A7 | 3D | 25 |
| Octal | 45 | 230 | 177 | 114 | 0 | 20 | 50 | 247 | 75 | 45 |
| Binary | 100101 | 10011000 | 1111111 | 1001100 | 0 | 10000 | 101000 | 10100111 | 111101 | 100101 |
Color Harmonies of #25987F
Complementary color
Monochromatic Colors of #25987F
Black with #25987F
Text Example
Text Example
White with #25987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25987F; }
p { color: rgb(37,152,127); }
H1.HeaderClassName
{
color: #25987F;
}
.AnyTagClassName
{
color: #25987F;
}
</style>
background-color css
<style>
a { background-color: #25987F; }
a { background-color: rgb(37,152,127); }
div.DivClassName
{
background-color: #25987F;
}
.BgClassName
{
background-color: #25987F;
}
</style>
border-color css
<style>
span { border-color: #25987F; }
span { border-color: rgb(37,152,127); }
td.TdClassName
{
border-color: #25987F;
}
.TagClassName
{
border-color: #25987F;
}
</style>