#7BC5BB

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

Shades of Monte Carlo #7BC5BB

Tints of Monte Carlo #7BC5BB

Color information

#7BC5BB (or 0x7BC5BB) is unknown color: approx Monte Carlo. HEX triplet: 7B, C5 and BB. RGB value is (123,197,187). Sum of RGB (Red+Green+Blue) = 123+197+187=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC5BB is #843A44. Grayscale: #ADADAD. Windows color (decimal): -8665669 or 12305787. OLE color: 12305787.

HSL color Cylindrical-coordinate representation of color #7BC5BB: hue angle of 171.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC5BB is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB123197187-
CMYK0.3800.050.23
HSL171.89º38.95%62.75%-
HSV(B)171.89º37.56%77.25%-
XYZ37.147.7354.27-
YUV173.73135.4891.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.26%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=24.26%
G=38.86%
B=36.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1231971870.3800.050.23171.8938.9562.75
Hex7BC5BB260517ac273f
Octal1733052734605272544777
Binary1111011110001011011101110011001011011110101100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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