#71FEC6

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

Shades of Aquamarine #71FEC6

Tints of Aquamarine #71FEC6

Color information

#71FEC6 (or 0x71FEC6) is unknown color: approx Aquamarine. HEX triplet: 71, FE and C6. RGB value is (113,254,198). Sum of RGB (Red+Green+Blue) = 113+254+198=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FEC6 is #8E0139. Grayscale: #CDCDCD. Windows color (decimal): -9306426 or 13041265. OLE color: 13041265.

HSL color Cylindrical-coordinate representation of color #71FEC6: hue angle of 156.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FEC6 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB113254198-
CMYK0.5600.220.00
HSL156.17º98.6%71.96%-
HSV(B)156.17º55.51%99.61%-
XYZ52.4478.4765.81-
YUV205.46123.7962.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20%
GREEN value IS 254 (99.61% from 255) = 44.96%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=20%
G=44.96%
B=35.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1132541980.5600.220.00156.1798.671.96
Hex71FEC63801609c6348
Octal161376306700260234143110
Binary1110001111111101100011011100001011001001110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,254,198); }

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

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

 a { background-color: rgb(113,254,198); }

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

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

 span { border-color: rgb(113,254,198); }

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