Shades of Niagara #259C85
Tints of Niagara #259C85
RGB
CMYK
RGB Variations
Color information
#259C85 (or 0x259C85) is known color: Niagara. HEX triplet: 25, 9C and 85. RGB value is (37,156,133). Sum of RGB (Red+Green+Blue) = 37+156+133=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #259C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259C85 is #DA637A. Grayscale: #757575. Windows color (decimal): -14312315 or 8756261. OLE color: 8756261.
HSL color Cylindrical-coordinate representation of color #259C85: hue angle of 168.4º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C85 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 133 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.39 |
| HSL | 168.4º | 0.62% | 0.38% | - |
| HSV(B) | 168.4º | 0.76% | 0.61% | - |
| XYZ | 16.89 | 25.86 | 26.29 | - |
| YUV | 117.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 133 | 0.76 | 0 | 0.15 | 0.39 | 168.4 | 0.62 | 0.38 |
| Hex | 25 | 9C | 85 | 4C | 0 | F | 27 | A8 | 3E | 26 |
| Octal | 45 | 234 | 205 | 114 | 0 | 17 | 47 | 250 | 76 | 46 |
| Binary | 100101 | 10011100 | 10000101 | 1001100 | 0 | 1111 | 100111 | 10101000 | 111110 | 100110 |
Color Harmonies of #259C85
Complementary color
Monochromatic Colors of #259C85
Black with #259C85
Text Example
Text Example
White with #259C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C85; }
p { color: rgb(37,156,133); }
H1.HeaderClassName
{
color: #259C85;
}
.AnyTagClassName
{
color: #259C85;
}
</style>
background-color css
<style>
a { background-color: #259C85; }
a { background-color: rgb(37,156,133); }
div.DivClassName
{
background-color: #259C85;
}
.BgClassName
{
background-color: #259C85;
}
</style>
border-color css
<style>
span { border-color: #259C85; }
span { border-color: rgb(37,156,133); }
td.TdClassName
{
border-color: #259C85;
}
.TagClassName
{
border-color: #259C85;
}
</style>