Shades of Niagara #25B28F
Tints of Niagara #25B28F
RGB
CMYK
RGB Variations
Color information
#25B28F (or 0x25B28F) is known color: Niagara. HEX triplet: 25, B2 and 8F. RGB value is (37,178,143). Sum of RGB (Red+Green+Blue) = 37+178+143=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #25B28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B28F is #DA4D70. Grayscale: #838383. Windows color (decimal): -14306673 or 9417253. OLE color: 9417253.
HSL color Cylindrical-coordinate representation of color #25B28F: hue angle of 165.11º 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 #25B28F is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 143 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.30 |
| HSL | 165.11º | 0.66% | 0.42% | - |
| HSV(B) | 165.11º | 0.79% | 0.7% | - |
| XYZ | 21.64 | 34.22 | 31.45 | - |
| YUV | 131.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 143 | 0.79 | 0 | 0.20 | 0.30 | 165.11 | 0.66 | 0.42 |
| Hex | 25 | B2 | 8F | 4F | 0 | 14 | 1E | A5 | 42 | 2A |
| Octal | 45 | 262 | 217 | 117 | 0 | 24 | 36 | 245 | 102 | 52 |
| Binary | 100101 | 10110010 | 10001111 | 1001111 | 0 | 10100 | 11110 | 10100101 | 1000010 | 101010 |
Color Harmonies of #25B28F
Complementary color
Monochromatic Colors of #25B28F
Black with #25B28F
Text Example
Text Example
White with #25B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B28F; }
p { color: rgb(37,178,143); }
H1.HeaderClassName
{
color: #25B28F;
}
.AnyTagClassName
{
color: #25B28F;
}
</style>
background-color css
<style>
a { background-color: #25B28F; }
a { background-color: rgb(37,178,143); }
div.DivClassName
{
background-color: #25B28F;
}
.BgClassName
{
background-color: #25B28F;
}
</style>
border-color css
<style>
span { border-color: #25B28F; }
span { border-color: rgb(37,178,143); }
td.TdClassName
{
border-color: #25B28F;
}
.TagClassName
{
border-color: #25B28F;
}
</style>