#259986

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

Shades of Niagara #259986

Tints of Niagara #259986

Color information

#259986 (or 0x259986) is unknown color: approx Niagara. HEX triplet: 25, 99 and 86. RGB value is (37,153,134). Sum of RGB (Red+Green+Blue) = 37+153+134=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #259986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259986 is #DA6679. Grayscale: #747474. Windows color (decimal): -14313082 or 8821029. OLE color: 8821029.

HSL color Cylindrical-coordinate representation of color #259986: hue angle of 170.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259986 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB37153134-
CMYK0.7600.120.4
HSL170.17º61.05%37.25%-
HSV(B)170.17º75.82%60%-
XYZ16.4624.926.49-
YUV116.15138.0771.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=11.42%
G=47.22%
B=41.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371531340.7600.120.4170.1761.0537.25
Hex2599864C0C28aa3d25
Octal45231206114014502527545
Binary100101100110011000011010011000110010100010101010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259986; }

 p { color: rgb(37,153,134); }

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

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

 a { background-color: rgb(37,153,134); }

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

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

 span { border-color: rgb(37,153,134); }

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