#7BBBAC

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

Shades of Monte Carlo #7BBBAC

Tints of Monte Carlo #7BBBAC

Color information

#7BBBAC (or 0x7BBBAC) is unknown color: approx Monte Carlo. HEX triplet: 7B, BB and AC. RGB value is (123,187,172). Sum of RGB (Red+Green+Blue) = 123+187+172=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBBAC is #844453. Grayscale: #A6A6A6. Windows color (decimal): -8668244 or 11320187. OLE color: 11320187.

HSL color Cylindrical-coordinate representation of color #7BBBAC: hue angle of 165.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBBAC is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB123187172-
CMYK0.3400.080.27
HSL165.94º32%60.78%-
HSV(B)165.94º34.22%73.33%-
XYZ33.3942.7345.52-
YUV166.15131.397.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.52%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=25.52%
G=38.80%
B=35.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871720.3400.080.27165.943260.78
Hex7BBBAC22081Ba6203d
Octal17327325442010332464075
Binary11110111011101110101100100010010001101110100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBBAC; }

 p { color: rgb(123,187,172); }

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

<style>
 a { background-color: #7BBBAC; }

 a { background-color: rgb(123,187,172); }

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

<style>
 span { border-color: #7BBBAC; }

 span { border-color: rgb(123,187,172); }

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