#71ECB1

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

Shades of Medium Aquamarine #71ECB1

Tints of Medium Aquamarine #71ECB1

Color information

#71ECB1 (or 0x71ECB1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, EC and B1. RGB value is (113,236,177). Sum of RGB (Red+Green+Blue) = 113+236+177=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ECB1 is #8E134E. Grayscale: #C0C0C0. Windows color (decimal): -9311055 or 11660401. OLE color: 11660401.

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

Color convert

RGB113236177-
CMYK0.5200.250.07
HSL151.22º76.4%68.43%-
HSV(B)151.22º52.12%92.55%-
XYZ44.7466.6852.11-
YUV192.5119.2571.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.48%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=21.48%
G=44.87%
B=33.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361770.5200.250.07151.2276.468.43
Hex71ECB1340197974c44
Octal161354261640317227114104
Binary111000111101100101100011101000110011111001011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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