#71DAAB

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

Shades of Medium Aquamarine #71DAAB

Tints of Medium Aquamarine #71DAAB

Color information

#71DAAB (or 0x71DAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DA and AB. RGB value is (113,218,171). Sum of RGB (Red+Green+Blue) = 113+218+171=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DAAB is #8E2554. Grayscale: #B5B5B5. Windows color (decimal): -9315669 or 11262577. OLE color: 11262577.

HSL color Cylindrical-coordinate representation of color #71DAAB: hue angle of 153.14º 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 #71DAAB is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB113218171-
CMYK0.4800.220.15
HSL153.14º58.66%64.9%-
HSV(B)153.14º48.17%85.49%-
XYZ39.2356.5947.38-
YUV181.25122.2179.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.51%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=22.51%
G=43.43%
B=34.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132181710.4800.220.15153.1458.6664.9
Hex71DAAB30016F993b41
Octal161332253600261723173101
Binary111000111011010101010111100000101101111100110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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