#7BBCAA

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

Shades of Monte Carlo #7BBCAA

Tints of Monte Carlo #7BBCAA

Color information

#7BBCAA (or 0x7BBCAA) is unknown color: approx Monte Carlo. HEX triplet: 7B, BC and AA. RGB value is (123,188,170). Sum of RGB (Red+Green+Blue) = 123+188+170=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCAA is #844355. Grayscale: #A6A6A6. Windows color (decimal): -8667990 or 11189371. OLE color: 11189371.

HSL color Cylindrical-coordinate representation of color #7BBCAA: hue angle of 163.38º 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 #7BBCAA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB123188170-
CMYK0.3500.100.26
HSL163.38º32.66%60.98%-
HSV(B)163.38º34.57%73.73%-
XYZ33.4143.0844.58-
YUV166.51129.9796.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.57%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=25.57%
G=39.09%
B=35.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231881700.3500.100.26163.3832.6660.98
Hex7BBCAA230A1Aa3213d
Octal17327425243012322434175
Binary11110111011110010101010100011010101101010100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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