#7BBEA6

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

Shades of Monte Carlo #7BBEA6

Tints of Monte Carlo #7BBEA6

Color information

#7BBEA6 (or 0x7BBEA6) is unknown color: approx Monte Carlo. HEX triplet: 7B, BE and A6. RGB value is (123,190,166). Sum of RGB (Red+Green+Blue) = 123+190+166=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA6 is #844159. Grayscale: #A7A7A7. Windows color (decimal): -8667482 or 10927739. OLE color: 10927739.

HSL color Cylindrical-coordinate representation of color #7BBEA6: hue angle of 158.51º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEA6 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB123190166-
CMYK0.3500.130.25
HSL158.51º34.01%61.37%-
HSV(B)158.51º35.26%74.51%-
XYZ33.4643.7942.77-
YUV167.23127.396.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=25.68%
G=39.67%
B=34.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901660.3500.130.25158.5134.0161.37
Hex7BBEA6230D199f223d
Octal17327624643015312374275
Binary11110111011111010100110100011011011100110011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,190,166); }

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

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

 a { background-color: rgb(123,190,166); }

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

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

 span { border-color: rgb(123,190,166); }

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