#71EBD9

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

Shades of Aquamarine #71EBD9

Tints of Aquamarine #71EBD9

Color information

#71EBD9 (or 0x71EBD9) is unknown color: approx Aquamarine. HEX triplet: 71, EB and D9. RGB value is (113,235,217). Sum of RGB (Red+Green+Blue) = 113+235+217=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBD9 is #8E1426. Grayscale: #C4C4C4. Windows color (decimal): -9311271 or 14281585. OLE color: 14281585.

HSL color Cylindrical-coordinate representation of color #71EBD9: hue angle of 171.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBD9 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB113235217-
CMYK0.5200.080.08
HSL171.15º75.31%68.24%-
HSV(B)171.15º51.91%92.16%-
XYZ49.0467.9476.17-
YUV196.47139.5868.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=20%
G=41.59%
B=38.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132352170.5200.080.08171.1575.3168.24
Hex71EBD934088ab4b44
Octal1613533316401010253113104
Binary111000111101011110110011101000100010001010101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,235,217); }

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

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

 a { background-color: rgb(113,235,217); }

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

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

 span { border-color: rgb(113,235,217); }

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