#71EFC5

Color #71EFC5 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #71EFC5

Tints of Aquamarine #71EFC5

Color information

#71EFC5 (or 0x71EFC5) is unknown color: approx Aquamarine. HEX triplet: 71, EF and C5. RGB value is (113,239,197). Sum of RGB (Red+Green+Blue) = 113+239+197=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFC5 is #8E103A. Grayscale: #C4C4C4. Windows color (decimal): -9310267 or 12971889. OLE color: 12971889.

HSL color Cylindrical-coordinate representation of color #71EFC5: hue angle of 160º 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 #71EFC5 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB113239197-
CMYK0.5300.180.06
HSL160º79.75%69.02%-
HSV(B)160º52.72%93.73%-
XYZ47.7569.2763.68-
YUV196.54128.2668.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.58%
GREEN value IS 239 (93.75% from 255) = 43.53%
BLUE value IS 197 (77.34% from 255) = 35.88%
R=20.58%
G=43.53%
B=35.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132391970.5300.180.0616079.7569.02
Hex71EFC5350126a05045
Octal161357305650226240120105
Binary111000111101111110001011101010100101101010000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71EFC5;
 }
 .AnyTagClassName
 {
   color: #71EFC5;
 }
</style>
background-color css

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

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

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

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

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

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