Shades of Niagara #25B295
Tints of Niagara #25B295
RGB
CMYK
RGB Variations
Color information
#25B295 (or 0x25B295) is known color: Niagara. HEX triplet: 25, B2 and 95. RGB value is (37,178,149). Sum of RGB (Red+Green+Blue) = 37+178+149=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #25B295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B295 is #DA4D6A. Grayscale: #848484. Windows color (decimal): -14306667 or 9810469. OLE color: 9810469.
HSL color Cylindrical-coordinate representation of color #25B295: hue angle of 167.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B295 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 149 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.30 |
| HSL | 167.66º | 0.66% | 0.42% | - |
| HSV(B) | 167.66º | 0.79% | 0.7% | - |
| XYZ | 22.11 | 34.4 | 33.91 | - |
| YUV | 132.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 149 | 0.79 | 0 | 0.16 | 0.30 | 167.66 | 0.66 | 0.42 |
| Hex | 25 | B2 | 95 | 4F | 0 | 10 | 1E | A8 | 42 | 2A |
| Octal | 45 | 262 | 225 | 117 | 0 | 20 | 36 | 250 | 102 | 52 |
| Binary | 100101 | 10110010 | 10010101 | 1001111 | 0 | 10000 | 11110 | 10101000 | 1000010 | 101010 |
Color Harmonies of #25B295
Complementary color
Monochromatic Colors of #25B295
Black with #25B295
Text Example
Text Example
White with #25B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B295; }
p { color: rgb(37,178,149); }
H1.HeaderClassName
{
color: #25B295;
}
.AnyTagClassName
{
color: #25B295;
}
</style>
background-color css
<style>
a { background-color: #25B295; }
a { background-color: rgb(37,178,149); }
div.DivClassName
{
background-color: #25B295;
}
.BgClassName
{
background-color: #25B295;
}
</style>
border-color css
<style>
span { border-color: #25B295; }
span { border-color: rgb(37,178,149); }
td.TdClassName
{
border-color: #25B295;
}
.TagClassName
{
border-color: #25B295;
}
</style>