#7BBBB9

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

Shades of Monte Carlo #7BBBB9

Tints of Monte Carlo #7BBBB9

Color information

#7BBBB9 (or 0x7BBBB9) is unknown color: approx Monte Carlo. HEX triplet: 7B, BB and B9. RGB value is (123,187,185). Sum of RGB (Red+Green+Blue) = 123+187+185=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBB9 is #844446. Grayscale: #A7A7A7. Windows color (decimal): -8668231 or 12172155. OLE color: 12172155.

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

Color convert

RGB123187185-
CMYK0.3400.010.27
HSL178.12º32%60.78%-
HSV(B)178.12º34.22%73.33%-
XYZ34.743.2552.42-
YUV167.64137.896.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=24.85%
G=37.78%
B=37.37%

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
Decimal1231871850.3400.010.27178.123260.78
Hex7BBBB922011Bb2203d
Octal1732732714201332624075
Binary11110111011101110111001100010011101110110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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