#71FAE1

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

Shades of Aquamarine #71FAE1

Tints of Aquamarine #71FAE1

Color information

#71FAE1 (or 0x71FAE1) is unknown color: approx Aquamarine. HEX triplet: 71, FA and E1. RGB value is (113,250,225). Sum of RGB (Red+Green+Blue) = 113+250+225=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FAE1 is #8E051E. Grayscale: #CECECE. Windows color (decimal): -9307423 or 14809713. OLE color: 14809713.

HSL color Cylindrical-coordinate representation of color #71FAE1: hue angle of 169.05º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FAE1 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB113250225-
CMYK0.5500.100.02
HSL169.05º93.2%71.18%-
HSV(B)169.05º54.8%98.04%-
XYZ54.5977.3283.28-
YUV206.19138.6161.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.22%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=19.22%
G=42.52%
B=38.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132502250.5500.100.02169.0593.271.18
Hex71FAE1370A2a95d47
Octal161372341670122251135107
Binary1110001111110101110000111011101010101010100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,250,225); }

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

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

 a { background-color: rgb(113,250,225); }

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

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

 span { border-color: rgb(113,250,225); }

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