#77DDB2

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

Shades of Medium Aquamarine #77DDB2

Tints of Medium Aquamarine #77DDB2

Color information

#77DDB2 (or 0x77DDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DD and B2. RGB value is (119,221,178). Sum of RGB (Red+Green+Blue) = 119+221+178=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDB2 is #88224D. Grayscale: #B9B9B9. Windows color (decimal): -8921678 or 11722103. OLE color: 11722103.

HSL color Cylindrical-coordinate representation of color #77DDB2: hue angle of 154.71º 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 #77DDB2 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB119221178-
CMYK0.4600.190.13
HSL154.71º60%66.67%-
HSV(B)154.71º46.15%86.67%-
XYZ41.558.8551.29-
YUV185.6123.7180.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.97%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=22.97%
G=42.66%
B=34.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192211780.4600.190.13154.716066.67
Hex77DDB22E013D9b3c43
Octal167335262560231523374103
Binary111011111011101101100101011100100111101100110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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