Html Css Color HEX #20AD8C Niagara

📋 copy color: '#20AD8C'

red 32 ◦ green 173 ◦ blue 140

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

Shades of Niagara #20AD8C

Tints of Niagara #20AD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 9.28%
G = 50.14%
B = 40.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#20AD8C (or 0x20AD8C) is known color: Niagara. HEX triplet: 20, AD and 8C. RGB value is (32,173,140). Sum of RGB (Red+Green+Blue) = 32+173+140=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AD8C is #DF5273. Grayscale: #7F7F7F. Windows color (decimal): -14635636 or 9219360. OLE color: 9219360.

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

Color convert

RGB 32 173 140 -
CMYK 0.82 0 0.19 0.32
HSL 165.96º 0.69% 0.4% -
HSV(B) 165.96º 0.82% 0.68% -
XYZ 20.27 32.09 29.94 -
YUV 127.08 135.29 60.18 -
System Red Green Blue C M Y K H S L
Decimal 32 173 140 0.82 0 0.19 0.32 165.96 0.69 0.4
Hex 20 AD 8C 52 0 13 20 A6 45 28
Octal 40 255 214 122 0 23 40 246 105 50
Binary 100000 10101101 10001100 1010010 0 10011 100000 10100110 1000101 101000

Color Harmonies of #20AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD8C

Black with #20AD8C

Text Example


Text Example

White with #20AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,173,140); }

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

background-color css

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

 a { background-color: rgb(32,173,140); }

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

border-color css

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

 span { border-color: rgb(32,173,140); }

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