#77C8AC

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

Shades of Monte Carlo #77C8AC

Tints of Monte Carlo #77C8AC

Color information

#77C8AC (or 0x77C8AC) is unknown color: approx Monte Carlo. HEX triplet: 77, C8 and AC. RGB value is (119,200,172). Sum of RGB (Red+Green+Blue) = 119+200+172=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #77C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C8AC is #883753. Grayscale: #ACACAC. Windows color (decimal): -8927060 or 11323511. OLE color: 11323511.

HSL color Cylindrical-coordinate representation of color #77C8AC: hue angle of 159.26º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C8AC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB119200172-
CMYK0.4000.140.22
HSL159.26º42.41%62.55%-
HSV(B)159.26º40.5%78.43%-
XYZ35.7148.2146.45-
YUV172.59127.6689.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=24.24%
G=40.73%
B=35.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1192001720.4000.140.22159.2642.4162.55
Hex77C8AC280E169f2a3f
Octal16731025450016262375277
Binary11101111100100010101100101000011101011010011111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,200,172); }

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

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

 a { background-color: rgb(119,200,172); }

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

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

 span { border-color: rgb(119,200,172); }

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