#7CBCBA

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

Shades of Monte Carlo #7CBCBA

Tints of Monte Carlo #7CBCBA

Color information

#7CBCBA (or 0x7CBCBA) is unknown color: approx Monte Carlo. HEX triplet: 7C, BC and BA. RGB value is (124,188,186). Sum of RGB (Red+Green+Blue) = 124+188+186=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCBA is #834345. Grayscale: #A8A8A8. Windows color (decimal): -8602438 or 12237948. OLE color: 12237948.

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

Color convert

RGB124188186-
CMYK0.3400.010.26
HSL178.12º32.32%61.18%-
HSV(B)178.12º34.04%73.73%-
XYZ35.1643.853.05-
YUV168.64137.896.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.90%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=24.90%
G=37.75%
B=37.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881860.3400.010.26178.1232.3261.18
Hex7CBCBA22011Ab2203d
Octal1742742724201322624075
Binary11111001011110010111010100010011101010110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,186); }

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

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

 a { background-color: rgb(124,188,186); }

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

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

 span { border-color: rgb(124,188,186); }

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