Html Css Color HEX #20A988 Niagara

📋 copy color: '#20A988'

red 32 ◦ green 169 ◦ blue 136

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

Shades of Niagara #20A988

Tints of Niagara #20A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.15%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 9.5%
G = 50.15%
B = 40.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#20A988 (or 0x20A988) is known color: Niagara. HEX triplet: 20, A9 and 88. RGB value is (32,169,136). Sum of RGB (Red+Green+Blue) = 32+169+136=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #20A988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A988 is #DF5677. Grayscale: #7C7C7C. Windows color (decimal): -14636664 or 8956192. OLE color: 8956192.

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

Color convert

RGB 32 169 136 -
CMYK 0.81 0 0.20 0.34
HSL 165.55º 0.68% 0.39% -
HSV(B) 165.55º 0.81% 0.66% -
XYZ 19.23 30.46 28.16 -
YUV 124.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 32 169 136 0.81 0 0.20 0.34 165.55 0.68 0.39
Hex 20 A9 88 51 0 14 22 A6 44 27
Octal 40 251 210 121 0 24 42 246 104 47
Binary 100000 10101001 10001000 1010001 0 10100 100010 10100110 1000100 100111

Color Harmonies of #20A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A988

Black with #20A988

Text Example


Text Example

White with #20A988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,169,136); }

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

background-color css

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

 a { background-color: rgb(32,169,136); }

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

border-color css

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

 span { border-color: rgb(32,169,136); }

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