#7BC6BE

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

Shades of Monte Carlo #7BC6BE

Tints of Monte Carlo #7BC6BE

Color information

#7BC6BE (or 0x7BC6BE) is unknown color: approx Monte Carlo. HEX triplet: 7B, C6 and BE. RGB value is (123,198,190). Sum of RGB (Red+Green+Blue) = 123+198+190=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC6BE is #843941. Grayscale: #AEAEAE. Windows color (decimal): -8665410 or 12502651. OLE color: 12502651.

HSL color Cylindrical-coordinate representation of color #7BC6BE: hue angle of 173.6º degrees, saturation: 0.4, 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 #7BC6BE is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB123198190-
CMYK0.3800.040.22
HSL173.6º39.68%62.94%-
HSV(B)173.6º37.88%77.65%-
XYZ37.6648.3256.06-
YUV174.66136.6591.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.07%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=24.07%
G=38.75%
B=37.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231981900.3800.040.22173.639.6862.94
Hex7BC6BE260416ae283f
Octal1733062764604262565077
Binary1111011110001101011111010011001001011010101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,198,190); }

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

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

 a { background-color: rgb(123,198,190); }

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

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

 span { border-color: rgb(123,198,190); }

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