#77C6B5

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

Shades of Monte Carlo #77C6B5

Tints of Monte Carlo #77C6B5

Color information

#77C6B5 (or 0x77C6B5) is unknown color: approx Monte Carlo. HEX triplet: 77, C6 and B5. RGB value is (119,198,181). Sum of RGB (Red+Green+Blue) = 119+198+181=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6B5 is #88394A. Grayscale: #ACACAC. Windows color (decimal): -8927563 or 11912823. OLE color: 11912823.

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

Color convert

RGB119198181-
CMYK0.4000.090.22
HSL167.09º40.93%62.16%-
HSV(B)167.09º39.9%77.65%-
XYZ36.1447.6551.01-
YUV172.44132.8389.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=23.90%
G=39.76%
B=36.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981810.4000.090.22167.0940.9362.16
Hex77C6B5280916a7293e
Octal16730626550011262475176
Binary11101111100011010110101101000010011011010100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,198,181); }

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

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

 a { background-color: rgb(119,198,181); }

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

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

 span { border-color: rgb(119,198,181); }

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