#71DD9A

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

Shades of Medium Aquamarine #71DD9A

Tints of Medium Aquamarine #71DD9A

Color information

#71DD9A (or 0x71DD9A) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DD and 9A. RGB value is (113,221,154). Sum of RGB (Red+Green+Blue) = 113+221+154=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD9A is #8E2265. Grayscale: #B5B5B5. Windows color (decimal): -9314918 or 10149233. OLE color: 10149233.

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

Color convert

RGB113221154-
CMYK0.4900.300.13
HSL142.78º61.36%65.49%-
HSV(B)142.78º48.87%86.67%-
XYZ38.557.5639.65-
YUV181.07112.7279.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=23.16%
G=45.29%
B=31.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211540.4900.300.13142.7861.3665.49
Hex71DD9A3101ED8f3d41
Octal161335232610361521775101
Binary111000111011101100110101100010111101101100011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,221,154); }

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

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

 a { background-color: rgb(113,221,154); }

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

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

 span { border-color: rgb(113,221,154); }

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