#77C6BB

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

Shades of Monte Carlo #77C6BB

Tints of Monte Carlo #77C6BB

Color information

#77C6BB (or 0x77C6BB) is unknown color: approx Monte Carlo. HEX triplet: 77, C6 and BB. RGB value is (119,198,187). Sum of RGB (Red+Green+Blue) = 119+198+187=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6BB is #883944. Grayscale: #ADADAD. Windows color (decimal): -8927557 or 12306039. OLE color: 12306039.

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

Color convert

RGB119198187-
CMYK0.4000.060.22
HSL171.65º40.93%62.16%-
HSV(B)171.65º39.9%77.65%-
XYZ36.7747.954.32-
YUV173.12135.8389.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.61%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=23.61%
G=39.29%
B=37.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981870.4000.060.22171.6540.9362.16
Hex77C6BB280616ac293e
Octal1673062735006262545176
Binary1110111110001101011101110100001101011010101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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