#77C5AA

Color #77C5AA Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #77C5AA

Tints of Monte Carlo #77C5AA

Color information

#77C5AA (or 0x77C5AA) is unknown color: approx Monte Carlo. HEX triplet: 77, C5 and AA. RGB value is (119,197,170). Sum of RGB (Red+Green+Blue) = 119+197+170=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C5AA is #883A55. Grayscale: #AAAAAA. Windows color (decimal): -8927830 or 11191671. OLE color: 11191671.

HSL color Cylindrical-coordinate representation of color #77C5AA: hue angle of 159.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C5AA is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB119197170-
CMYK0.4000.140.23
HSL159.23º40.21%61.96%-
HSV(B)159.23º39.59%77.25%-
XYZ34.8346.7645.22-
YUV170.6127.6691.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.49%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=24.49%
G=40.53%
B=34.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191971700.4000.140.23159.2340.2161.96
Hex77C5AA280E179f283e
Octal16730525250016272375076
Binary11101111100010110101010101000011101011110011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,197,170); }

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

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

 a { background-color: rgb(119,197,170); }

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

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

 span { border-color: rgb(119,197,170); }

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