#71C3A4

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

Shades of Medium Aquamarine #71C3A4

Tints of Medium Aquamarine #71C3A4

Color information

#71C3A4 (or 0x71C3A4) is unknown color: approx Medium Aquamarine. HEX triplet: 71, C3 and A4. RGB value is (113,195,164). Sum of RGB (Red+Green+Blue) = 113+195+164=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #71C3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C3A4 is #8E3C5B. Grayscale: #A6A6A6. Windows color (decimal): -9321564 or 10797937. OLE color: 10797937.

HSL color Cylindrical-coordinate representation of color #71C3A4: hue angle of 157.32º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C3A4 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB113195164-
CMYK0.4200.160.24
HSL157.32º40.59%60.39%-
HSV(B)157.32º42.05%76.47%-
XYZ33.0345.2242.11-
YUV166.95126.3389.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=23.94%
G=41.31%
B=34.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131951640.4200.160.24157.3240.5960.39
Hex71C3A42A010189d293c
Octal16130324452020302355174
Binary111000111000011101001001010100100001100010011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,164); }

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

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

 a { background-color: rgb(113,195,164); }

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

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

 span { border-color: rgb(113,195,164); }

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