#71ECB3

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

Shades of Medium Aquamarine #71ECB3

Tints of Medium Aquamarine #71ECB3

Color information

#71ECB3 (or 0x71ECB3) is unknown color: approx Medium Aquamarine. HEX triplet: 71, EC and B3. RGB value is (113,236,179). Sum of RGB (Red+Green+Blue) = 113+236+179=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECB3 is #8E134C. Grayscale: #C0C0C0. Windows color (decimal): -9311053 or 11791473. OLE color: 11791473.

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

Color convert

RGB113236179-
CMYK0.5200.240.07
HSL152.2º76.4%68.43%-
HSV(B)152.2º52.12%92.55%-
XYZ44.9466.7653.16-
YUV192.72120.2571.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 236 (92.58% from 255) = 44.70%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=21.40%
G=44.70%
B=33.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361790.5200.240.07152.276.468.43
Hex71ECB3340187984c44
Octal161354263640307230114104
Binary111000111101100101100111101000110001111001100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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