#209580

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

Shades of Niagara #209580

Tints of Niagara #209580

Color information

#209580 (or 0x209580) is unknown color: approx Niagara. HEX triplet: 20, 95 and 80. RGB value is (32,149,128). Sum of RGB (Red+Green+Blue) = 32+149+128=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #209580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209580 is #DF6A7F. Grayscale: #6F6F6F. Windows color (decimal): -14641792 or 8426784. OLE color: 8426784.

HSL color Cylindrical-coordinate representation of color #209580: hue angle of 169.23º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209580 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB32149128-
CMYK0.7900.140.42
HSL169.23º64.64%35.49%-
HSV(B)169.23º78.52%58.43%-
XYZ15.2423.3624.13-
YUV111.62137.2471.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=10.36%
G=48.22%
B=41.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321491280.7900.140.42169.2364.6435.49
Hex2095804F0E2Aa94123
Octal402252001170165225110143
Binary1000001001010110000000100111101110101010101010011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209580; }

 p { color: rgb(32,149,128); }

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

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

 a { background-color: rgb(32,149,128); }

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

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

 span { border-color: rgb(32,149,128); }

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