#7BC3AB

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

Shades of Monte Carlo #7BC3AB

Tints of Monte Carlo #7BC3AB

Color information

#7BC3AB (or 0x7BC3AB) is unknown color: approx Monte Carlo. HEX triplet: 7B, C3 and AB. RGB value is (123,195,171). Sum of RGB (Red+Green+Blue) = 123+195+171=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC3AB is #843C54. Grayscale: #AAAAAA. Windows color (decimal): -8666197 or 11256699. OLE color: 11256699.

HSL color Cylindrical-coordinate representation of color #7BC3AB: hue angle of 160º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC3AB is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB123195171-
CMYK0.3700.120.24
HSL160º37.5%62.35%-
HSV(B)160º36.92%76.47%-
XYZ35.0346.1845.6-
YUV170.74128.1593.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.15%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=25.15%
G=39.88%
B=34.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951710.3700.120.2416037.562.35
Hex7BC3AB250C18a0263e
Octal17330325345014302404676
Binary11110111100001110101011100101011001100010100000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,195,171); }

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

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

 a { background-color: rgb(123,195,171); }

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

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

 span { border-color: rgb(123,195,171); }

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