#7BC8AD

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

Shades of Monte Carlo #7BC8AD

Tints of Monte Carlo #7BC8AD

Color information

#7BC8AD (or 0x7BC8AD) is unknown color: approx Monte Carlo. HEX triplet: 7B, C8 and AD. RGB value is (123,200,173). Sum of RGB (Red+Green+Blue) = 123+200+173=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC8AD is #843752. Grayscale: #ADADAD. Windows color (decimal): -8664915 or 11389051. OLE color: 11389051.

HSL color Cylindrical-coordinate representation of color #7BC8AD: hue angle of 158.96º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC8AD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB123200173-
CMYK0.3800.140.22
HSL158.96º41.18%63.33%-
HSV(B)158.96º38.5%78.43%-
XYZ36.3748.5446.99-
YUV173.9127.4991.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.80%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=24.80%
G=40.32%
B=34.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1232001730.3800.140.22158.9641.1863.33
Hex7BC8AD260E169f293f
Octal17331025546016262375177
Binary11110111100100010101101100110011101011010011111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,200,173); }

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

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

 a { background-color: rgb(123,200,173); }

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

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

 span { border-color: rgb(123,200,173); }

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