#71DDAE

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

Shades of Medium Aquamarine #71DDAE

Tints of Medium Aquamarine #71DDAE

Color information

#71DDAE (or 0x71DDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DD and AE. RGB value is (113,221,174). Sum of RGB (Red+Green+Blue) = 113+221+174=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDAE is #8E2251. Grayscale: #B7B7B7. Windows color (decimal): -9314898 or 11459953. OLE color: 11459953.

HSL color Cylindrical-coordinate representation of color #71DDAE: hue angle of 153.89º 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 #71DDAE is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB113221174-
CMYK0.4900.210.13
HSL153.89º61.36%65.49%-
HSV(B)153.89º48.87%86.67%-
XYZ40.3158.2849.17-
YUV183.35122.7277.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.24%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=22.24%
G=43.50%
B=34.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211740.4900.210.13153.8961.3665.49
Hex71DDAE31015D9a3d41
Octal161335256610251523275101
Binary111000111011101101011101100010101011101100110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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