Shades of Niagara #259483
Tints of Niagara #259483
RGB
CMYK
RGB Variations
Color information
#259483 (or 0x259483) is known color: Niagara. HEX triplet: 25, 94 and 83. RGB value is (37,148,131). Sum of RGB (Red+Green+Blue) = 37+148+131=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #259483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259483 is #DA6B7C. Grayscale: #707070. Windows color (decimal): -14314365 or 8623141. OLE color: 8623141.
HSL color Cylindrical-coordinate representation of color #259483: hue angle of 170.81º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259483 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 131 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.42 |
| HSL | 170.81º | 0.6% | 0.36% | - |
| HSV(B) | 170.81º | 0.75% | 0.58% | - |
| XYZ | 15.45 | 23.21 | 25.14 | - |
| YUV | 112.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 131 | 0.75 | 0 | 0.11 | 0.42 | 170.81 | 0.6 | 0.36 |
| Hex | 25 | 94 | 83 | 4B | 0 | B | 2A | AB | 3C | 24 |
| Octal | 45 | 224 | 203 | 113 | 0 | 13 | 52 | 253 | 74 | 44 |
| Binary | 100101 | 10010100 | 10000011 | 1001011 | 0 | 1011 | 101010 | 10101011 | 111100 | 100100 |
Color Harmonies of #259483
Complementary color
Monochromatic Colors of #259483
Black with #259483
Text Example
Text Example
White with #259483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259483; }
p { color: rgb(37,148,131); }
H1.HeaderClassName
{
color: #259483;
}
.AnyTagClassName
{
color: #259483;
}
</style>
background-color css
<style>
a { background-color: #259483; }
a { background-color: rgb(37,148,131); }
div.DivClassName
{
background-color: #259483;
}
.BgClassName
{
background-color: #259483;
}
</style>
border-color css
<style>
span { border-color: #259483; }
span { border-color: rgb(37,148,131); }
td.TdClassName
{
border-color: #259483;
}
.TagClassName
{
border-color: #259483;
}
</style>