Shades of Niagara #25AB8C
Tints of Niagara #25AB8C
RGB
CMYK
RGB Variations
Color information
#25AB8C (or 0x25AB8C) is known color: Niagara. HEX triplet: 25, AB and 8C. RGB value is (37,171,140). Sum of RGB (Red+Green+Blue) = 37+171+140=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AB8C is #DA5473. Grayscale: #7F7F7F. Windows color (decimal): -14308468 or 9218853. OLE color: 9218853.
HSL color Cylindrical-coordinate representation of color #25AB8C: hue angle of 166.12º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AB8C is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 140 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.33 |
| HSL | 166.12º | 0.64% | 0.41% | - |
| HSV(B) | 166.12º | 0.78% | 0.67% | - |
| XYZ | 20.06 | 31.41 | 29.82 | - |
| YUV | 127.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 140 | 0.78 | 0 | 0.18 | 0.33 | 166.12 | 0.64 | 0.41 |
| Hex | 25 | AB | 8C | 4E | 0 | 12 | 21 | A6 | 40 | 29 |
| Octal | 45 | 253 | 214 | 116 | 0 | 22 | 41 | 246 | 100 | 51 |
| Binary | 100101 | 10101011 | 10001100 | 1001110 | 0 | 10010 | 100001 | 10100110 | 1000000 | 101001 |
Color Harmonies of #25AB8C
Complementary color
Monochromatic Colors of #25AB8C
Black with #25AB8C
Text Example
Text Example
White with #25AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB8C; }
p { color: rgb(37,171,140); }
H1.HeaderClassName
{
color: #25AB8C;
}
.AnyTagClassName
{
color: #25AB8C;
}
</style>
background-color css
<style>
a { background-color: #25AB8C; }
a { background-color: rgb(37,171,140); }
div.DivClassName
{
background-color: #25AB8C;
}
.BgClassName
{
background-color: #25AB8C;
}
</style>
border-color css
<style>
span { border-color: #25AB8C; }
span { border-color: rgb(37,171,140); }
td.TdClassName
{
border-color: #25AB8C;
}
.TagClassName
{
border-color: #25AB8C;
}
</style>