#77C6BD

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

Shades of Monte Carlo #77C6BD

Tints of Monte Carlo #77C6BD

Color information

#77C6BD (or 0x77C6BD) is unknown color: approx Monte Carlo. HEX triplet: 77, C6 and BD. RGB value is (119,198,189). Sum of RGB (Red+Green+Blue) = 119+198+189=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6BD is #883942. Grayscale: #ADADAD. Windows color (decimal): -8927555 or 12437111. OLE color: 12437111.

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

Color convert

RGB119198189-
CMYK0.4000.050.22
HSL173.16º40.93%62.16%-
HSV(B)173.16º39.9%77.65%-
XYZ36.9947.9855.46-
YUV173.35136.8389.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.52%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=23.52%
G=39.13%
B=37.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981890.4000.050.22173.1640.9362.16
Hex77C6BD280516ad293e
Octal1673062755005262555176
Binary1110111110001101011110110100001011011010101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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