Shades of Niagara #259F85
Tints of Niagara #259F85
RGB
CMYK
RGB Variations
Color information
#259F85 (or 0x259F85) is known color: Niagara. HEX triplet: 25, 9F and 85. RGB value is (37,159,133). Sum of RGB (Red+Green+Blue) = 37+159+133=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #259F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259F85 is #DA607A. Grayscale: #777777. Windows color (decimal): -14311547 or 8757029. OLE color: 8757029.
HSL color Cylindrical-coordinate representation of color #259F85: hue angle of 167.21º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F85 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 133 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.38 |
| HSL | 167.21º | 0.62% | 0.38% | - |
| HSV(B) | 167.21º | 0.77% | 0.62% | - |
| XYZ | 17.39 | 26.88 | 26.46 | - |
| YUV | 119.56 | 135.58 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 133 | 0.77 | 0 | 0.16 | 0.38 | 167.21 | 0.62 | 0.38 |
| Hex | 25 | 9F | 85 | 4D | 0 | 10 | 26 | A7 | 3E | 26 |
| Octal | 45 | 237 | 205 | 115 | 0 | 20 | 46 | 247 | 76 | 46 |
| Binary | 100101 | 10011111 | 10000101 | 1001101 | 0 | 10000 | 100110 | 10100111 | 111110 | 100110 |
Color Harmonies of #259F85
Complementary color
Monochromatic Colors of #259F85
Black with #259F85
Text Example
Text Example
White with #259F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F85; }
p { color: rgb(37,159,133); }
H1.HeaderClassName
{
color: #259F85;
}
.AnyTagClassName
{
color: #259F85;
}
</style>
background-color css
<style>
a { background-color: #259F85; }
a { background-color: rgb(37,159,133); }
div.DivClassName
{
background-color: #259F85;
}
.BgClassName
{
background-color: #259F85;
}
</style>
border-color css
<style>
span { border-color: #259F85; }
span { border-color: rgb(37,159,133); }
td.TdClassName
{
border-color: #259F85;
}
.TagClassName
{
border-color: #259F85;
}
</style>