#7BBCB2

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

Shades of Monte Carlo #7BBCB2

Tints of Monte Carlo #7BBCB2

Color information

#7BBCB2 (or 0x7BBCB2) is unknown color: approx Monte Carlo. HEX triplet: 7B, BC and B2. RGB value is (123,188,178). Sum of RGB (Red+Green+Blue) = 123+188+178=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCB2 is #84434D. Grayscale: #A7A7A7. Windows color (decimal): -8667982 or 11713659. OLE color: 11713659.

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

Color convert

RGB123188178-
CMYK0.3500.050.26
HSL170.77º32.66%60.98%-
HSV(B)170.77º34.57%73.73%-
XYZ34.1943.3948.69-
YUV167.42133.9796.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.15%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 178 (69.92% from 255) = 36.40%
R=25.15%
G=38.45%
B=36.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231881780.3500.050.26170.7732.6660.98
Hex7BBCB223051Aab213d
Octal1732742624305322534175
Binary1111011101111001011001010001101011101010101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,178); }

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

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

 a { background-color: rgb(123,188,178); }

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

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

 span { border-color: rgb(123,188,178); }

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