#71D0A0

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

Shades of Medium Aquamarine #71D0A0

Tints of Medium Aquamarine #71D0A0

Color information

#71D0A0 (or 0x71D0A0) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D0 and A0. RGB value is (113,208,160). Sum of RGB (Red+Green+Blue) = 113+208+160=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D0A0 is #8E2F5F. Grayscale: #AEAEAE. Windows color (decimal): -9318240 or 10539121. OLE color: 10539121.

HSL color Cylindrical-coordinate representation of color #71D0A0: hue angle of 149.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D0A0 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB113208160-
CMYK0.4600.230.18
HSL149.68º50.26%62.94%-
HSV(B)149.68º45.67%81.57%-
XYZ35.7151.1641.25-
YUV174.12120.0384.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.49%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=23.49%
G=43.24%
B=33.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132081600.4600.230.18149.6850.2662.94
Hex71D0A02E0171296323f
Octal16132024056027222266277
Binary111000111010000101000001011100101111001010010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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