Html Css Color HEX #71ECA0 Medium Aquamarine

📋 copy color: '#71ECA0'

red 113 ◦ green 236 ◦ blue 160

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

Shades of Medium Aquamarine #71ECA0

Tints of Medium Aquamarine #71ECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.37%

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 22.2%
G = 46.37%
B = 31.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#71ECA0 (or 0x71ECA0) is known color: Medium Aquamarine. HEX triplet: 71, EC and A0. RGB value is (113,236,160). Sum of RGB (Red+Green+Blue) = 113+236+160=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ECA0 is #8E135F. Grayscale: #BEBEBE. Windows color (decimal): -9311072 or 10546289. OLE color: 10546289.

HSL color Cylindrical-coordinate representation of color #71ECA0: hue angle of 142.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECA0 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 236 160 -
CMYK 0.52 0 0.32 0.07
HSL 142.93º 0.76% 0.68% -
HSV(B) 142.93º 0.52% 0.93% -
XYZ 43.15 66.04 43.73 -
YUV 190.56 110.75 72.68 -
System Red Green Blue C M Y K H S L
Decimal 113 236 160 0.52 0 0.32 0.07 142.93 0.76 0.68
Hex 71 EC A0 34 0 20 7 8F 4C 44
Octal 161 354 240 64 0 40 7 217 114 104
Binary 1110001 11101100 10100000 110100 0 100000 111 10001111 1001100 1000100

Color Harmonies of #71ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECA0

Black with #71ECA0

Text Example


Text Example

White with #71ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,236,160); }

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

background-color css

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

 a { background-color: rgb(113,236,160); }

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

border-color css

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

 span { border-color: rgb(113,236,160); }

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