#77DBB0

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

Shades of Medium Aquamarine #77DBB0

Tints of Medium Aquamarine #77DBB0

Color information

#77DBB0 (or 0x77DBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DB and B0. RGB value is (119,219,176). Sum of RGB (Red+Green+Blue) = 119+219+176=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBB0 is #88244F. Grayscale: #B8B8B8. Windows color (decimal): -8922192 or 11590519. OLE color: 11590519.

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

Color convert

RGB119219176-
CMYK0.4600.200.14
HSL154.2º58.14%66.27%-
HSV(B)154.2º45.66%85.88%-
XYZ40.7857.7250.07-
YUV184.2123.3781.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.15%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=23.15%
G=42.61%
B=34.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192191760.4600.200.14154.258.1466.27
Hex77DBB02E014E9a3a42
Octal167333260560241623272102
Binary111011111011011101100001011100101001110100110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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