Shades of Niagara #259B84
Tints of Niagara #259B84
RGB
CMYK
RGB Variations
Color information
#259B84 (or 0x259B84) is known color: Niagara. HEX triplet: 25, 9B and 84. RGB value is (37,155,132). Sum of RGB (Red+Green+Blue) = 37+155+132=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #259B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B84 is #DA647B. Grayscale: #757575. Windows color (decimal): -14312572 or 8690469. OLE color: 8690469.
HSL color Cylindrical-coordinate representation of color #259B84: hue angle of 168.31º degrees, saturation: 0.61, 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 #259B84 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 132 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.39 |
| HSL | 168.31º | 0.61% | 0.38% | - |
| HSV(B) | 168.31º | 0.76% | 0.61% | - |
| XYZ | 16.65 | 25.5 | 25.87 | - |
| YUV | 117.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 132 | 0.76 | 0 | 0.15 | 0.39 | 168.31 | 0.61 | 0.38 |
| Hex | 25 | 9B | 84 | 4C | 0 | F | 27 | A8 | 3D | 26 |
| Octal | 45 | 233 | 204 | 114 | 0 | 17 | 47 | 250 | 75 | 46 |
| Binary | 100101 | 10011011 | 10000100 | 1001100 | 0 | 1111 | 100111 | 10101000 | 111101 | 100110 |
Color Harmonies of #259B84
Complementary color
Monochromatic Colors of #259B84
Black with #259B84
Text Example
Text Example
White with #259B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B84; }
p { color: rgb(37,155,132); }
H1.HeaderClassName
{
color: #259B84;
}
.AnyTagClassName
{
color: #259B84;
}
</style>
background-color css
<style>
a { background-color: #259B84; }
a { background-color: rgb(37,155,132); }
div.DivClassName
{
background-color: #259B84;
}
.BgClassName
{
background-color: #259B84;
}
</style>
border-color css
<style>
span { border-color: #259B84; }
span { border-color: rgb(37,155,132); }
td.TdClassName
{
border-color: #259B84;
}
.TagClassName
{
border-color: #259B84;
}
</style>