#77C6BE

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

Shades of Monte Carlo #77C6BE

Tints of Monte Carlo #77C6BE

Color information

#77C6BE (or 0x77C6BE) is unknown color: approx Monte Carlo. HEX triplet: 77, C6 and BE. RGB value is (119,198,190). Sum of RGB (Red+Green+Blue) = 119+198+190=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6BE is #883941. Grayscale: #ADADAD. Windows color (decimal): -8927554 or 12502647. OLE color: 12502647.

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

Color convert

RGB119198190-
CMYK0.4000.040.22
HSL173.92º40.93%62.16%-
HSV(B)173.92º39.9%77.65%-
XYZ37.148.0356.03-
YUV173.47137.3389.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=23.47%
G=39.05%
B=37.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981900.4000.040.22173.9240.9362.16
Hex77C6BE280416ae293e
Octal1673062765004262565176
Binary1110111110001101011111010100001001011010101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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