Html Css Color HEX #71EFA8 Medium Aquamarine

📋 copy color: '#71EFA8'

red 113 ◦ green 239 ◦ blue 168

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

Shades of Medium Aquamarine #71EFA8

Tints of Medium Aquamarine #71EFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.96%

 BLUE value IS 168 (66.02% from 255) = 32.31%

R = 21.73%
G = 45.96%
B = 32.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#71EFA8 (or 0x71EFA8) is known color: Medium Aquamarine. HEX triplet: 71, EF and A8. RGB value is (113,239,168). Sum of RGB (Red+Green+Blue) = 113+239+168=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EFA8 is #8E1057. Grayscale: #C1C1C1. Windows color (decimal): -9310296 or 11071345. OLE color: 11071345.

HSL color Cylindrical-coordinate representation of color #71EFA8: hue angle of 146.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFA8 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 239 168 -
CMYK 0.53 0 0.30 0.06
HSL 146.19º 0.8% 0.69% -
HSV(B) 146.19º 0.53% 0.94% -
XYZ 44.74 68.07 47.83 -
YUV 193.23 113.76 70.77 -
System Red Green Blue C M Y K H S L
Decimal 113 239 168 0.53 0 0.30 0.06 146.19 0.8 0.69
Hex 71 EF A8 35 0 1E 6 92 50 45
Octal 161 357 250 65 0 36 6 222 120 105
Binary 1110001 11101111 10101000 110101 0 11110 110 10010010 1010000 1000101

Color Harmonies of #71EFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFA8

Black with #71EFA8

Text Example


Text Example

White with #71EFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,239,168); }

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

background-color css

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

 a { background-color: rgb(113,239,168); }

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

border-color css

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

 span { border-color: rgb(113,239,168); }

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