#7BBBAF

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

Shades of Monte Carlo #7BBBAF

Tints of Monte Carlo #7BBBAF

Color information

#7BBBAF (or 0x7BBBAF) is unknown color: approx Monte Carlo. HEX triplet: 7B, BB and AF. RGB value is (123,187,175). Sum of RGB (Red+Green+Blue) = 123+187+175=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBBAF is #844450. Grayscale: #A6A6A6. Windows color (decimal): -8668241 or 11516795. OLE color: 11516795.

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

Color convert

RGB123187175-
CMYK0.3400.060.27
HSL168.75º32%60.78%-
HSV(B)168.75º34.22%73.33%-
XYZ33.6842.8547.05-
YUV166.5132.896.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=25.36%
G=38.56%
B=36.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871750.3400.060.27168.753260.78
Hex7BBBAF22061Ba9203d
Octal1732732574206332514075
Binary1111011101110111010111110001001101101110101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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