#77CFA5

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

Shades of Medium Aquamarine #77CFA5

Tints of Medium Aquamarine #77CFA5

Color information

#77CFA5 (or 0x77CFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 77, CF and A5. RGB value is (119,207,165). Sum of RGB (Red+Green+Blue) = 119+207+165=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFA5 is #88305A. Grayscale: #AFAFAF. Windows color (decimal): -8925275 or 10866551. OLE color: 10866551.

HSL color Cylindrical-coordinate representation of color #77CFA5: hue angle of 151.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFA5 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB119207165-
CMYK0.4300.200.19
HSL151.36º47.83%63.92%-
HSV(B)151.36º42.51%81.18%-
XYZ36.7151.2643.56-
YUV175.9121.8587.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=24.24%
G=42.16%
B=33.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192071650.4300.200.19151.3647.8363.92
Hex77CFA52B01413973040
Octal167317245530242322760100
Binary1110111110011111010010110101101010010011100101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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