Shades of Niagara #25A888
Tints of Niagara #25A888
RGB
CMYK
RGB Variations
Color information
#25A888 (or 0x25A888) is known color: Niagara. HEX triplet: 25, A8 and 88. RGB value is (37,168,136). Sum of RGB (Red+Green+Blue) = 37+168+136=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #25A888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A888 is #DA5777. Grayscale: #7D7D7D. Windows color (decimal): -14309240 or 8955941. OLE color: 8955941.
HSL color Cylindrical-coordinate representation of color #25A888: hue angle of 165.34º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A888 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 168 | 136 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.34 |
| HSL | 165.34º | 0.64% | 0.4% | - |
| HSV(B) | 165.34º | 0.78% | 0.66% | - |
| XYZ | 19.21 | 30.18 | 28.1 | - |
| YUV | 125.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 136 | 0.78 | 0 | 0.19 | 0.34 | 165.34 | 0.64 | 0.4 |
| Hex | 25 | A8 | 88 | 4E | 0 | 13 | 22 | A5 | 40 | 28 |
| Octal | 45 | 250 | 210 | 116 | 0 | 23 | 42 | 245 | 100 | 50 |
| Binary | 100101 | 10101000 | 10001000 | 1001110 | 0 | 10011 | 100010 | 10100101 | 1000000 | 101000 |
Color Harmonies of #25A888
Complementary color
Monochromatic Colors of #25A888
Black with #25A888
Text Example
Text Example
White with #25A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A888; }
p { color: rgb(37,168,136); }
H1.HeaderClassName
{
color: #25A888;
}
.AnyTagClassName
{
color: #25A888;
}
</style>
background-color css
<style>
a { background-color: #25A888; }
a { background-color: rgb(37,168,136); }
div.DivClassName
{
background-color: #25A888;
}
.BgClassName
{
background-color: #25A888;
}
</style>
border-color css
<style>
span { border-color: #25A888; }
span { border-color: rgb(37,168,136); }
td.TdClassName
{
border-color: #25A888;
}
.TagClassName
{
border-color: #25A888;
}
</style>