#7BBBBA

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

Shades of Monte Carlo #7BBBBA

Tints of Monte Carlo #7BBBBA

Color information

#7BBBBA (or 0x7BBBBA) is unknown color: approx Monte Carlo. HEX triplet: 7B, BB and BA. RGB value is (123,187,186). Sum of RGB (Red+Green+Blue) = 123+187+186=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBBA is #844445. Grayscale: #A7A7A7. Windows color (decimal): -8668230 or 12237691. OLE color: 12237691.

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

Color convert

RGB123187186-
CMYK0.3400.010.27
HSL179.06º32%60.78%-
HSV(B)179.06º34.22%73.33%-
XYZ34.843.352.98-
YUV167.75138.396.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.80%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=24.80%
G=37.70%
B=37.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871860.3400.010.27179.063260.78
Hex7BBBBA22011Bb3203d
Octal1732732724201332634075
Binary11110111011101110111010100010011101110110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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