Html Css Color HEX #16AE80 Mountain Meadow

📋 copy color: '#16AE80'

red 22 ◦ green 174 ◦ blue 128

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

Shades of Mountain Meadow #16AE80

Tints of Mountain Meadow #16AE80

RGB

 RED value IS 22 (8.98% from 255) = 6.79%

 GREEN value IS 174 (68.36% from 255) = 53.7%

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

R = 6.79%
G = 53.7%
B = 39.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#16AE80 (or 0x16AE80) is known color: Mountain Meadow. HEX triplet: 16, AE and 80. RGB value is (22,174,128). Sum of RGB (Red+Green+Blue) = 22+174+128=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AE80 is #E9517F. Grayscale: #7B7B7B. Windows color (decimal): -15290752 or 8433174. OLE color: 8433174.

HSL color Cylindrical-coordinate representation of color #16AE80: hue angle of 161.84º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE80 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 174 128 -
CMYK 0.87 0 0.26 0.32
HSL 161.84º 0.78% 0.38% -
HSV(B) 161.84º 0.87% 0.68% -
XYZ 19.36 32 25.58 -
YUV 123.31 130.64 55.74 -
System Red Green Blue C M Y K H S L
Decimal 22 174 128 0.87 0 0.26 0.32 161.84 0.78 0.38
Hex 16 AE 80 57 0 1A 20 A2 4E 26
Octal 26 256 200 127 0 32 40 242 116 46
Binary 10110 10101110 10000000 1010111 0 11010 100000 10100010 1001110 100110

Color Harmonies of #16AE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AE80

Black with #16AE80

Text Example


Text Example

White with #16AE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16AE80; }

 p { color: rgb(22,174,128); }

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

background-color css

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

 a { background-color: rgb(22,174,128); }

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

border-color css

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

 span { border-color: rgb(22,174,128); }

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