#71F1B6

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

Shades of Aquamarine #71F1B6

Tints of Aquamarine #71F1B6

Color information

#71F1B6 (or 0x71F1B6) is unknown color: approx Aquamarine. HEX triplet: 71, F1 and B6. RGB value is (113,241,182). Sum of RGB (Red+Green+Blue) = 113+241+182=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1B6 is #8E0E49. Grayscale: #C4C4C4. Windows color (decimal): -9309770 or 11989361. OLE color: 11989361.

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

Color convert

RGB113241182-
CMYK0.5300.240.05
HSL152.34º82.05%69.41%-
HSV(B)152.34º53.11%94.51%-
XYZ46.7169.855.27-
YUV196120.0968.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.08%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=21.08%
G=44.96%
B=33.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132411820.5300.240.05152.3482.0569.41
Hex71F1B6350185985245
Octal161361266650305230122105
Binary111000111110001101101101101010110001011001100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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