#77DBB1

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

Shades of Medium Aquamarine #77DBB1

Tints of Medium Aquamarine #77DBB1

Color information

#77DBB1 (or 0x77DBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DB and B1. RGB value is (119,219,177). Sum of RGB (Red+Green+Blue) = 119+219+177=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBB1 is #88244E. Grayscale: #B8B8B8. Windows color (decimal): -8922191 or 11656055. OLE color: 11656055.

HSL color Cylindrical-coordinate representation of color #77DBB1: hue angle of 154.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBB1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB119219177-
CMYK0.4600.190.14
HSL154.8º58.14%66.27%-
HSV(B)154.8º45.66%85.88%-
XYZ40.8857.7650.59-
YUV184.31123.8781.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.11%
GREEN value IS 219 (85.94% from 255) = 42.52%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=23.11%
G=42.52%
B=34.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192191770.4600.190.14154.858.1466.27
Hex77DBB12E013E9b3a42
Octal167333261560231623372102
Binary111011111011011101100011011100100111110100110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,219,177); }

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

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

 a { background-color: rgb(119,219,177); }

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

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

 span { border-color: rgb(119,219,177); }

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