#71F8AE

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

Shades of Aquamarine #71F8AE

Tints of Aquamarine #71F8AE

Color information

#71F8AE (or 0x71F8AE) is unknown color: approx Aquamarine. HEX triplet: 71, F8 and AE. RGB value is (113,248,174). Sum of RGB (Red+Green+Blue) = 113+248+174=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #71F8AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F8AE is #8E0751. Grayscale: #C7C7C7. Windows color (decimal): -9307986 or 11466865. OLE color: 11466865.

HSL color Cylindrical-coordinate representation of color #71F8AE: hue angle of 147.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F8AE is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB113248174-
CMYK0.5400.300.03
HSL147.11º90.6%70.78%-
HSV(B)147.11º54.44%97.25%-
XYZ48.0273.751.74-
YUV199.2113.7766.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.12%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=21.12%
G=46.36%
B=32.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1132481740.5400.300.03147.1190.670.78
Hex71F8AE3601E3935b47
Octal161370256660363223133107
Binary11100011111100010101110110110011110111001001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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