#77CDA2

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

Shades of Medium Aquamarine #77CDA2

Tints of Medium Aquamarine #77CDA2

Color information

#77CDA2 (or 0x77CDA2) is unknown color: approx Medium Aquamarine. HEX triplet: 77, CD and A2. RGB value is (119,205,162). Sum of RGB (Red+Green+Blue) = 119+205+162=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA2 is #88325D. Grayscale: #AEAEAE. Windows color (decimal): -8925790 or 10669431. OLE color: 10669431.

HSL color Cylindrical-coordinate representation of color #77CDA2: hue angle of 150º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDA2 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB119205162-
CMYK0.4200.210.20
HSL150º46.24%63.53%-
HSV(B)150º41.95%80.39%-
XYZ35.9650.1941.98-
YUV174.38121.0188.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.49%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=24.49%
G=42.18%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192051620.4200.210.2015046.2463.53
Hex77CDA22A01514962e40
Octal167315242520252422656100
Binary1110111110011011010001010101001010110100100101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,205,162); }

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

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

 a { background-color: rgb(119,205,162); }

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

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

 span { border-color: rgb(119,205,162); }

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