Html Css Color HEX #71E0AA Medium Aquamarine

📋 copy color: '#71E0AA'

red 113 ◦ green 224 ◦ blue 170

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

Shades of Medium Aquamarine #71E0AA

Tints of Medium Aquamarine #71E0AA

RGB

 RED value IS 113 (44.53% from 255) = 22.29%

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 22.29%
G = 44.18%
B = 33.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#71E0AA (or 0x71E0AA) is known color: Medium Aquamarine. HEX triplet: 71, E0 and AA. RGB value is (113,224,170). Sum of RGB (Red+Green+Blue) = 113+224+170=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E0AA is #8E1F55. Grayscale: #B8B8B8. Windows color (decimal): -9314134 or 11198577. OLE color: 11198577.

HSL color Cylindrical-coordinate representation of color #71E0AA: hue angle of 150.81º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E0AA is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 224 170 -
CMYK 0.50 0 0.24 0.12
HSL 150.81º 0.64% 0.66% -
HSV(B) 150.81º 0.5% 0.88% -
XYZ 40.72 59.72 47.41 -
YUV 184.66 119.73 76.89 -
System Red Green Blue C M Y K H S L
Decimal 113 224 170 0.50 0 0.24 0.12 150.81 0.64 0.66
Hex 71 E0 AA 32 0 18 C 97 40 42
Octal 161 340 252 62 0 30 14 227 100 102
Binary 1110001 11100000 10101010 110010 0 11000 1100 10010111 1000000 1000010

Color Harmonies of #71E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E0AA

Black with #71E0AA

Text Example


Text Example

White with #71E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71E0AA; }

 p { color: rgb(113,224,170); }

 H1.HeaderClassName
 {
   color: #71E0AA;
 }
 .AnyTagClassName
 {
   color: #71E0AA;
 }
</style>

background-color css

<style>
 a { background-color: #71E0AA; }

 a { background-color: rgb(113,224,170); }

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

border-color css

<style>
 span { border-color: #71E0AA; }

 span { border-color: rgb(113,224,170); }

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