#77BFAB

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

Shades of Monte Carlo #77BFAB

Tints of Monte Carlo #77BFAB

Color information

#77BFAB (or 0x77BFAB) is unknown color: approx Monte Carlo. HEX triplet: 77, BF and AB. RGB value is (119,191,171). Sum of RGB (Red+Green+Blue) = 119+191+171=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BFAB is #884054. Grayscale: #A7A7A7. Windows color (decimal): -8929365 or 11255671. OLE color: 11255671.

HSL color Cylindrical-coordinate representation of color #77BFAB: hue angle of 163.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BFAB is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB119191171-
CMYK0.3800.100.25
HSL163.33º36%60.78%-
HSV(B)163.33º37.7%74.9%-
XYZ33.5944.1245.27-
YUV167.19130.1593.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=24.74%
G=39.71%
B=35.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911710.3800.100.25163.333660.78
Hex77BFAB260A19a3243d
Octal16727725346012312434475
Binary11101111011111110101011100110010101100110100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,171); }

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

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

 a { background-color: rgb(119,191,171); }

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

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

 span { border-color: rgb(119,191,171); }

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