Html Css Color HEX #20A58C Niagara

📋 copy color: '#20A58C'

red 32 ◦ green 165 ◦ blue 140

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

Shades of Niagara #20A58C

Tints of Niagara #20A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

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

R = 9.5%
G = 48.96%
B = 41.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#20A58C (or 0x20A58C) is known color: Niagara. HEX triplet: 20, A5 and 8C. RGB value is (32,165,140). Sum of RGB (Red+Green+Blue) = 32+165+140=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #20A58C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A58C is #DF5A73. Grayscale: #7A7A7A. Windows color (decimal): -14637684 or 9217312. OLE color: 9217312.

HSL color Cylindrical-coordinate representation of color #20A58C: hue angle of 168.72º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A58C is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 165 140 -
CMYK 0.81 0 0.15 0.35
HSL 168.72º 0.68% 0.39% -
HSV(B) 168.72º 0.81% 0.65% -
XYZ 18.78 29.11 29.44 -
YUV 122.38 137.94 63.53 -
System Red Green Blue C M Y K H S L
Decimal 32 165 140 0.81 0 0.15 0.35 168.72 0.68 0.39
Hex 20 A5 8C 51 0 F 23 A9 44 27
Octal 40 245 214 121 0 17 43 251 104 47
Binary 100000 10100101 10001100 1010001 0 1111 100011 10101001 1000100 100111

Color Harmonies of #20A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A58C

Black with #20A58C

Text Example


Text Example

White with #20A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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