#71DAAE

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

Shades of Medium Aquamarine #71DAAE

Tints of Medium Aquamarine #71DAAE

Color information

#71DAAE (or 0x71DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DA and AE. RGB value is (113,218,174). Sum of RGB (Red+Green+Blue) = 113+218+174=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DAAE is #8E2551. Grayscale: #B5B5B5. Windows color (decimal): -9315666 or 11459185. OLE color: 11459185.

HSL color Cylindrical-coordinate representation of color #71DAAE: hue angle of 154.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAAE is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB113218174-
CMYK0.4800.200.15
HSL154.86º58.66%64.9%-
HSV(B)154.86º48.17%85.49%-
XYZ39.5256.7148.91-
YUV181.59123.7179.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.38%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=22.38%
G=43.17%
B=34.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132181740.4800.200.15154.8658.6664.9
Hex71DAAE30014F9b3b41
Octal161332256600241723373101
Binary111000111011010101011101100000101001111100110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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