#259782

Color #259782 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #259782

Tints of Niagara #259782

Color information

#259782 (or 0x259782) is unknown color: approx Niagara. HEX triplet: 25, 97 and 82. RGB value is (37,151,130). Sum of RGB (Red+Green+Blue) = 37+151+130=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #259782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259782 is #DA687D. Grayscale: #727272. Windows color (decimal): -14313598 or 8558373. OLE color: 8558373.

HSL color Cylindrical-coordinate representation of color #259782: hue angle of 168.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259782 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB37151130-
CMYK0.7500.140.41
HSL168.95º60.64%36.86%-
HSV(B)168.95º75.5%59.22%-
XYZ15.8624.1424.94-
YUV114.52136.7372.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=11.64%
G=47.48%
B=40.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371511300.7500.140.41168.9560.6436.86
Hex2597824B0E29a93d25
Octal45227202113016512517545
Binary100101100101111000001010010110111010100110101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259782; }

 p { color: rgb(37,151,130); }

 H1.HeaderClassName
 {
   color: #259782;
 }
 .AnyTagClassName
 {
   color: #259782;
 }
</style>
background-color css

<style>
 a { background-color: #259782; }

 a { background-color: rgb(37,151,130); }

 div.DivClassName
 {
   background-color: #259782;
 }
 .BgClassName
 {
   background-color: #259782;
 }
</style>
border-color css

<style>
 span { border-color: #259782; }

 span { border-color: rgb(37,151,130); }

 td.TdClassName
 {
   border-color: #259782;
 }
 .TagClassName
 {
   border-color: #259782;
 }
</style>