#77C4BB

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

Shades of Monte Carlo #77C4BB

Tints of Monte Carlo #77C4BB

Color information

#77C4BB (or 0x77C4BB) is unknown color: approx Monte Carlo. HEX triplet: 77, C4 and BB. RGB value is (119,196,187). Sum of RGB (Red+Green+Blue) = 119+196+187=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #77C4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C4BB is #883B44. Grayscale: #ABABAB. Windows color (decimal): -8928069 or 12305527. OLE color: 12305527.

HSL color Cylindrical-coordinate representation of color #77C4BB: hue angle of 172.99º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C4BB is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB119196187-
CMYK0.3900.050.23
HSL172.99º39.49%61.76%-
HSV(B)172.99º39.29%76.86%-
XYZ36.3246.9954.17-
YUV171.95136.4990.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.71%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=23.71%
G=39.04%
B=37.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191961870.3900.050.23172.9939.4961.76
Hex77C4BB270517ad273e
Octal1673042734705272554776
Binary1110111110001001011101110011101011011110101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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