#71ECC4

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

Shades of Aquamarine #71ECC4

Tints of Aquamarine #71ECC4

Color information

#71ECC4 (or 0x71ECC4) is unknown color: approx Aquamarine. HEX triplet: 71, EC and C4. RGB value is (113,236,196). Sum of RGB (Red+Green+Blue) = 113+236+196=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECC4 is #8E133B. Grayscale: #C2C2C2. Windows color (decimal): -9311036 or 12905585. OLE color: 12905585.

HSL color Cylindrical-coordinate representation of color #71ECC4: hue angle of 160.49º 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 #71ECC4 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB113236196-
CMYK0.5200.170.07
HSL160.49º76.4%68.43%-
HSV(B)160.49º52.12%92.55%-
XYZ46.7767.4962.79-
YUV194.66128.7569.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.73%
GREEN value IS 236 (92.58% from 255) = 43.30%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=20.73%
G=43.30%
B=35.96%

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
Decimal1132361960.5200.170.07160.4976.468.43
Hex71ECC4340117a04c44
Octal161354304640217240114104
Binary111000111101100110001001101000100011111010000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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