#7BC6BB

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

Shades of Monte Carlo #7BC6BB

Tints of Monte Carlo #7BC6BB

Color information

#7BC6BB (or 0x7BC6BB) is unknown color: approx Monte Carlo. HEX triplet: 7B, C6 and BB. RGB value is (123,198,187). Sum of RGB (Red+Green+Blue) = 123+198+187=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC6BB is #843944. Grayscale: #AEAEAE. Windows color (decimal): -8665413 or 12306043. OLE color: 12306043.

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

Color convert

RGB123198187-
CMYK0.3800.060.22
HSL171.2º39.68%62.94%-
HSV(B)171.2º37.88%77.65%-
XYZ37.3348.1954.35-
YUV174.32135.1591.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.21%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=24.21%
G=38.98%
B=36.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231981870.3800.060.22171.239.6862.94
Hex7BC6BB260616ab283f
Octal1733062734606262535077
Binary1111011110001101011101110011001101011010101011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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