#71F2B6

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

Shades of Aquamarine #71F2B6

Tints of Aquamarine #71F2B6

Color information

#71F2B6 (or 0x71F2B6) is unknown color: approx Aquamarine. HEX triplet: 71, F2 and B6. RGB value is (113,242,182). Sum of RGB (Red+Green+Blue) = 113+242+182=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #71F2B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F2B6 is #8E0D49. Grayscale: #C4C4C4. Windows color (decimal): -9309514 or 11989617. OLE color: 11989617.

HSL color Cylindrical-coordinate representation of color #71F2B6: hue angle of 152.09º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F2B6 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB113242182-
CMYK0.5300.250.05
HSL152.09º83.23%69.61%-
HSV(B)152.09º53.31%94.9%-
XYZ47.0170.3955.37-
YUV196.59119.7668.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.04%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=21.04%
G=45.07%
B=33.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132421820.5300.250.05152.0983.2369.61
Hex71F2B6350195985346
Octal161362266650315230123106
Binary111000111110010101101101101010110011011001100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,242,182); }

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

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

 a { background-color: rgb(113,242,182); }

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

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

 span { border-color: rgb(113,242,182); }

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