#76EACD

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

Shades of Aquamarine #76EACD

Tints of Aquamarine #76EACD

Color information

#76EACD (or 0x76EACD) is unknown color: approx Aquamarine. HEX triplet: 76, EA and CD. RGB value is (118,234,205). Sum of RGB (Red+Green+Blue) = 118+234+205=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #76EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EACD is #891532. Grayscale: #C4C4C4. Windows color (decimal): -8983859 or 13494902. OLE color: 13494902.

HSL color Cylindrical-coordinate representation of color #76EACD: hue angle of 165º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EACD is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB118234205-
CMYK0.5000.120.08
HSL165º73.42%69.02%-
HSV(B)165º49.57%91.76%-
XYZ47.9167.168.18-
YUV196.01133.0772.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.18%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=21.18%
G=42.01%
B=36.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182342050.5000.120.0816573.4269.02
Hex76EACD320C8a54945
Octal1663523156201410245111105
Binary111011011101010110011011100100110010001010010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76EACD; }

 p { color: rgb(118,234,205); }

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

<style>
 a { background-color: #76EACD; }

 a { background-color: rgb(118,234,205); }

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

<style>
 span { border-color: #76EACD; }

 span { border-color: rgb(118,234,205); }

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