#77DDA5

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

Shades of Medium Aquamarine #77DDA5

Tints of Medium Aquamarine #77DDA5

Color information

#77DDA5 (or 0x77DDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DD and A5. RGB value is (119,221,165). Sum of RGB (Red+Green+Blue) = 119+221+165=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA5 is #88225A. Grayscale: #B8B8B8. Windows color (decimal): -8921691 or 10870135. OLE color: 10870135.

HSL color Cylindrical-coordinate representation of color #77DDA5: hue angle of 147.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDA5 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB119221165-
CMYK0.4600.250.13
HSL147.06º60%66.67%-
HSV(B)147.06º46.15%86.67%-
XYZ40.2658.3544.74-
YUV184.12117.2181.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.56%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=23.56%
G=43.76%
B=32.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192211650.4600.250.13147.066066.67
Hex77DDA52E019D933c43
Octal167335245560311522374103
Binary111011111011101101001011011100110011101100100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,221,165); }

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

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

 a { background-color: rgb(119,221,165); }

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

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

 span { border-color: rgb(119,221,165); }

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