#71C7A7

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

Shades of Medium Aquamarine #71C7A7

Tints of Medium Aquamarine #71C7A7

Color information

#71C7A7 (or 0x71C7A7) is unknown color: approx Medium Aquamarine. HEX triplet: 71, C7 and A7. RGB value is (113,199,167). Sum of RGB (Red+Green+Blue) = 113+199+167=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #71C7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C7A7 is #8E3858. Grayscale: #A9A9A9. Windows color (decimal): -9320537 or 10995569. OLE color: 10995569.

HSL color Cylindrical-coordinate representation of color #71C7A7: hue angle of 157.67º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71C7A7 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB113199167-
CMYK0.4300.160.22
HSL157.67º43.43%61.18%-
HSV(B)157.67º43.22%78.04%-
XYZ34.2147.1543.86-
YUV169.64126.5187.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.59%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=23.59%
G=41.54%
B=34.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131991670.4300.160.22157.6743.4361.18
Hex71C7A72B010169e2b3d
Octal16130724753020262365375
Binary111000111000111101001111010110100001011010011110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,199,167); }

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

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

 a { background-color: rgb(113,199,167); }

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

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

 span { border-color: rgb(113,199,167); }

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