Html Css Color HEX #209980 Niagara

📋 copy color: '#209980'

red 32 ◦ green 153 ◦ blue 128

#209980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #209980

Tints of Niagara #209980

RGB

 RED value IS 32 (12.89% from 255) = 10.22%

 GREEN value IS 153 (60.16% from 255) = 48.88%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 10.22%
G = 48.88%
B = 40.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#209980 (or 0x209980) is known color: Niagara. HEX triplet: 20, 99 and 80. RGB value is (32,153,128). Sum of RGB (Red+Green+Blue) = 32+153+128=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #209980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209980 is #DF667F. Grayscale: #717171. Windows color (decimal): -14640768 or 8427808. OLE color: 8427808.

HSL color Cylindrical-coordinate representation of color #209980: hue angle of 167.6º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209980 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 128 -
CMYK 0.79 0 0.16 0.4
HSL 167.6º 0.65% 0.36% -
HSV(B) 167.6º 0.79% 0.6% -
XYZ 15.88 24.65 24.34 -
YUV 113.97 135.91 69.53 -
System Red Green Blue C M Y K H S L
Decimal 32 153 128 0.79 0 0.16 0.4 167.6 0.65 0.36
Hex 20 99 80 4F 0 10 28 A8 41 24
Octal 40 231 200 117 0 20 50 250 101 44
Binary 100000 10011001 10000000 1001111 0 10000 101000 10101000 1000001 100100

Color Harmonies of #209980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209980

Black with #209980

Text Example


Text Example

White with #209980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209980; }

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

 H1.HeaderClassName
 {
   color: #209980;
 }
 .AnyTagClassName
 {
   color: #209980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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