#71FAE3

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

Shades of Aquamarine #71FAE3

Tints of Aquamarine #71FAE3

Color information

#71FAE3 (or 0x71FAE3) is unknown color: approx Aquamarine. HEX triplet: 71, FA and E3. RGB value is (113,250,227). Sum of RGB (Red+Green+Blue) = 113+250+227=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FAE3 is #8E051C. Grayscale: #CECECE. Windows color (decimal): -9307421 or 14940785. OLE color: 14940785.

HSL color Cylindrical-coordinate representation of color #71FAE3: hue angle of 169.93º 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 #71FAE3 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB113250227-
CMYK0.5500.090.02
HSL169.93º93.2%71.18%-
HSV(B)169.93º54.8%98.04%-
XYZ54.8677.4384.73-
YUV206.42139.6161.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.15%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 227 (89.06% from 255) = 38.47%
R=19.15%
G=42.37%
B=38.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132502270.5500.090.02169.9393.271.18
Hex71FAE337092aa5d47
Octal161372343670112252135107
Binary1110001111110101110001111011101001101010101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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