#71DEA2

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

Shades of Medium Aquamarine #71DEA2

Tints of Medium Aquamarine #71DEA2

Color information

#71DEA2 (or 0x71DEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DE and A2. RGB value is (113,222,162). Sum of RGB (Red+Green+Blue) = 113+222+162=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DEA2 is #8E215D. Grayscale: #B6B6B6. Windows color (decimal): -9314654 or 10673777. OLE color: 10673777.

HSL color Cylindrical-coordinate representation of color #71DEA2: hue angle of 146.97º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEA2 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB113222162-
CMYK0.4900.270.13
HSL146.97º62.29%65.69%-
HSV(B)146.97º49.1%87.06%-
XYZ39.4558.3643.37-
YUV182.57116.3978.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.74%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=22.74%
G=44.67%
B=32.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132221620.4900.270.13146.9762.2965.69
Hex71DEA23101BD933e42
Octal161336242610331522376102
Binary111000111011110101000101100010110111101100100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,222,162); }

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

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

 a { background-color: rgb(113,222,162); }

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

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

 span { border-color: rgb(113,222,162); }

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