#7BC1BA

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

Shades of Monte Carlo #7BC1BA

Tints of Monte Carlo #7BC1BA

Color information

#7BC1BA (or 0x7BC1BA) is unknown color: approx Monte Carlo. HEX triplet: 7B, C1 and BA. RGB value is (123,193,186). Sum of RGB (Red+Green+Blue) = 123+193+186=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC1BA is #843E45. Grayscale: #ABABAB. Windows color (decimal): -8666694 or 12239227. OLE color: 12239227.

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

Color convert

RGB123193186-
CMYK0.3600.040.24
HSL174º36.08%61.96%-
HSV(B)174º36.27%75.69%-
XYZ36.145.953.41-
YUV171.27136.3193.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.50%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=24.50%
G=38.45%
B=37.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231931860.3600.040.2417436.0861.96
Hex7BC1BA240418ae243e
Octal1733012724404302564476
Binary1111011110000011011101010010001001100010101110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,193,186); }

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

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

 a { background-color: rgb(123,193,186); }

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

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

 span { border-color: rgb(123,193,186); }

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