#7BBEA4

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

Shades of Monte Carlo #7BBEA4

Tints of Monte Carlo #7BBEA4

Color information

#7BBEA4 (or 0x7BBEA4) is unknown color: approx Monte Carlo. HEX triplet: 7B, BE and A4. RGB value is (123,190,164). Sum of RGB (Red+Green+Blue) = 123+190+164=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA4 is #84415B. Grayscale: #A7A7A7. Windows color (decimal): -8667484 or 10796667. OLE color: 10796667.

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

Color convert

RGB123190164-
CMYK0.3500.140.25
HSL156.72º34.01%61.37%-
HSV(B)156.72º35.26%74.51%-
XYZ33.2843.7241.81-
YUV167126.396.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.79%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=25.79%
G=39.83%
B=34.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901640.3500.140.25156.7234.0161.37
Hex7BBEA4230E199d223d
Octal17327624443016312354275
Binary11110111011111010100100100011011101100110011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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