#71EECD

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

Shades of Aquamarine #71EECD

Tints of Aquamarine #71EECD

Color information

#71EECD (or 0x71EECD) is unknown color: approx Aquamarine. HEX triplet: 71, EE and CD. RGB value is (113,238,205). Sum of RGB (Red+Green+Blue) = 113+238+205=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #71EECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EECD is #8E1132. Grayscale: #C4C4C4. Windows color (decimal): -9310515 or 13495921. OLE color: 13495921.

HSL color Cylindrical-coordinate representation of color #71EECD: hue angle of 164.16º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EECD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB113238205-
CMYK0.5300.140.07
HSL164.16º78.62%68.82%-
HSV(B)164.16º52.52%93.33%-
XYZ48.469.0768.54-
YUV196.86132.5968.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.32%
GREEN value IS 238 (93.36% from 255) = 42.81%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=20.32%
G=42.81%
B=36.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132382050.5300.140.07164.1678.6268.82
Hex71EECD350E7a44f45
Octal161356315650167244117105
Binary11100011110111011001101110101011101111010010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,238,205); }

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

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

 a { background-color: rgb(113,238,205); }

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

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

 span { border-color: rgb(113,238,205); }

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