#77EAD1

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

Shades of Aquamarine #77EAD1

Tints of Aquamarine #77EAD1

Color information

#77EAD1 (or 0x77EAD1) is unknown color: approx Aquamarine. HEX triplet: 77, EA and D1. RGB value is (119,234,209). Sum of RGB (Red+Green+Blue) = 119+234+209=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAD1 is #88152E. Grayscale: #C4C4C4. Windows color (decimal): -8918319 or 13757047. OLE color: 13757047.

HSL color Cylindrical-coordinate representation of color #77EAD1: hue angle of 166.96º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAD1 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB119234209-
CMYK0.4900.110.08
HSL166.96º73.25%69.22%-
HSV(B)166.96º49.15%91.76%-
XYZ48.5467.3770.77-
YUV196.76134.972.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=21.17%
G=41.64%
B=37.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192342090.4900.110.08166.9673.2569.22
Hex77EAD1310B8a74945
Octal1673523216101310247111105
Binary111011111101010110100011100010101110001010011110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77EAD1; }

 p { color: rgb(119,234,209); }

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

<style>
 a { background-color: #77EAD1; }

 a { background-color: rgb(119,234,209); }

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

<style>
 span { border-color: #77EAD1; }

 span { border-color: rgb(119,234,209); }

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