#71F0C6

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

Shades of Aquamarine #71F0C6

Tints of Aquamarine #71F0C6

Color information

#71F0C6 (or 0x71F0C6) is unknown color: approx Aquamarine. HEX triplet: 71, F0 and C6. RGB value is (113,240,198). Sum of RGB (Red+Green+Blue) = 113+240+198=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F0C6 is #8E0F39. Grayscale: #C5C5C5. Windows color (decimal): -9310010 or 13037681. OLE color: 13037681.

HSL color Cylindrical-coordinate representation of color #71F0C6: hue angle of 160.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F0C6 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB113240198-
CMYK0.5300.180.06
HSL160.16º80.89%69.22%-
HSV(B)160.16º52.92%94.12%-
XYZ48.1669.9164.38-
YUV197.24128.4267.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.51%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=20.51%
G=43.56%
B=35.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132401980.5300.180.06160.1680.8969.22
Hex71F0C6350126a05145
Octal161360306650226240121105
Binary111000111110000110001101101010100101101010000010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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