Html Css Color HEX #20AA89 Niagara

📋 copy color: '#20AA89'

red 32 ◦ green 170 ◦ blue 137

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

Shades of Niagara #20AA89

Tints of Niagara #20AA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.15%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 9.44%
G = 50.15%
B = 40.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#20AA89 (or 0x20AA89) is known color: Niagara. HEX triplet: 20, AA and 89. RGB value is (32,170,137). Sum of RGB (Red+Green+Blue) = 32+170+137=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA89 is #DF5576. Grayscale: #7C7C7C. Windows color (decimal): -14636407 or 9021984. OLE color: 9021984.

HSL color Cylindrical-coordinate representation of color #20AA89: hue angle of 165.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA89 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 137 -
CMYK 0.81 0 0.19 0.33
HSL 165.65º 0.68% 0.4% -
HSV(B) 165.65º 0.81% 0.67% -
XYZ 19.49 30.86 28.6 -
YUV 124.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 32 170 137 0.81 0 0.19 0.33 165.65 0.68 0.4
Hex 20 AA 89 51 0 13 21 A6 44 28
Octal 40 252 211 121 0 23 41 246 104 50
Binary 100000 10101010 10001001 1010001 0 10011 100001 10100110 1000100 101000

Color Harmonies of #20AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA89

Black with #20AA89

Text Example


Text Example

White with #20AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AA89; }

 p { color: rgb(32,170,137); }

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

background-color css

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

 a { background-color: rgb(32,170,137); }

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

border-color css

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

 span { border-color: rgb(32,170,137); }

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