#7BBBB2

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

Shades of Monte Carlo #7BBBB2

Tints of Monte Carlo #7BBBB2

Color information

#7BBBB2 (or 0x7BBBB2) is unknown color: approx Monte Carlo. HEX triplet: 7B, BB and B2. RGB value is (123,187,178). Sum of RGB (Red+Green+Blue) = 123+187+178=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBBB2 is #84444D. Grayscale: #A6A6A6. Windows color (decimal): -8668238 or 11713403. OLE color: 11713403.

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

Color convert

RGB123187178-
CMYK0.3400.050.27
HSL171.56º32%60.78%-
HSV(B)171.56º34.22%73.33%-
XYZ33.9742.9748.62-
YUV166.84134.396.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.20%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=25.20%
G=38.32%
B=36.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871780.3400.050.27171.563260.78
Hex7BBBB222051Bac203d
Octal1732732624205332544075
Binary1111011101110111011001010001001011101110101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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