#76EACE

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

Shades of Aquamarine #76EACE

Tints of Aquamarine #76EACE

Color information

#76EACE (or 0x76EACE) is unknown color: approx Aquamarine. HEX triplet: 76, EA and CE. RGB value is (118,234,206). Sum of RGB (Red+Green+Blue) = 118+234+206=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #76EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EACE is #891531. Grayscale: #C4C4C4. Windows color (decimal): -8983858 or 13560438. OLE color: 13560438.

HSL color Cylindrical-coordinate representation of color #76EACE: hue angle of 165.52º 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 #76EACE is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB118234206-
CMYK0.5000.120.08
HSL165.52º73.42%69.02%-
HSV(B)165.52º49.57%91.76%-
XYZ48.0367.1568.82-
YUV196.12133.5772.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=21.15%
G=41.94%
B=36.92%

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
Decimal1182342060.5000.120.08165.5273.4269.02
Hex76EACE320C8a64945
Octal1663523166201410246111105
Binary111011011101010110011101100100110010001010011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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