#77c6b9

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

Shades of Monte Carlo #77C6B9

Tints of Monte Carlo #77C6B9

Color information

#77C6B9 (or 0x77C6B9) is unknown color: approx Monte Carlo. HEX triplet: 77, C6 and B9. RGB value is (119,198,185). Sum of RGB (Red+Green+Blue) = 119+198+185=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6B9 is #883946. Grayscale: #ACACAC. Windows color (decimal): -8927559 or 12174967. OLE color: 12174967.

HSL color Cylindrical-coordinate representation of color #77C6B9: hue angle of 170.13º 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 #77C6B9 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB119198185-
CMYK0.4000.070.22
HSL170.13º40.93%62.16%-
HSV(B)170.13º39.9%77.65%-
XYZ36.5647.8153.2-
YUV172.9134.8389.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.71%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=23.71%
G=39.44%
B=36.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981850.4000.070.22170.1340.9362.16
Hex77C6B9280716aa293e
Octal1673062715007262525176
Binary1110111110001101011100110100001111011010101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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