#71ECC5

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

Shades of Aquamarine #71ECC5

Tints of Aquamarine #71ECC5

Color information

#71ECC5 (or 0x71ECC5) is unknown color: approx Aquamarine. HEX triplet: 71, EC and C5. RGB value is (113,236,197). Sum of RGB (Red+Green+Blue) = 113+236+197=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECC5 is #8E133A. Grayscale: #C2C2C2. Windows color (decimal): -9311035 or 12971121. OLE color: 12971121.

HSL color Cylindrical-coordinate representation of color #71ECC5: hue angle of 160.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECC5 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB113236197-
CMYK0.5200.170.07
HSL160.98º76.4%68.43%-
HSV(B)160.98º52.12%92.55%-
XYZ46.8867.5363.39-
YUV194.78129.2569.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.70%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=20.70%
G=43.22%
B=36.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361970.5200.170.07160.9876.468.43
Hex71ECC5340117a14c44
Octal161354305640217241114104
Binary111000111101100110001011101000100011111010000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,236,197); }

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

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

 a { background-color: rgb(113,236,197); }

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

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

 span { border-color: rgb(113,236,197); }

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