#71D0A1

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

Shades of Medium Aquamarine #71D0A1

Tints of Medium Aquamarine #71D0A1

Color information

#71D0A1 (or 0x71D0A1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D0 and A1. RGB value is (113,208,161). Sum of RGB (Red+Green+Blue) = 113+208+161=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D0A1 is #8E2F5E. Grayscale: #AEAEAE. Windows color (decimal): -9318239 or 10604657. OLE color: 10604657.

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

Color convert

RGB113208161-
CMYK0.4600.230.18
HSL150.32º50.26%62.94%-
HSV(B)150.32º45.67%81.57%-
XYZ35.851.241.71-
YUV174.24120.5384.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.44%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=23.44%
G=43.15%
B=33.40%

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
Decimal1132081610.4600.230.18150.3250.2662.94
Hex71D0A12E0171296323f
Octal16132024156027222266277
Binary111000111010000101000011011100101111001010010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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