#7BBFA5

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

Shades of Monte Carlo #7BBFA5

Tints of Monte Carlo #7BBFA5

Color information

#7BBFA5 (or 0x7BBFA5) is unknown color: approx Monte Carlo. HEX triplet: 7B, BF and A5. RGB value is (123,191,165). Sum of RGB (Red+Green+Blue) = 123+191+165=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBFA5 is #84405A. Grayscale: #A7A7A7. Windows color (decimal): -8667227 or 10862459. OLE color: 10862459.

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

Color convert

RGB123191165-
CMYK0.3600.140.25
HSL157.06º34.69%61.57%-
HSV(B)157.06º35.6%74.9%-
XYZ33.5944.1942.36-
YUV167.7126.4796.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=25.68%
G=39.87%
B=34.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911650.3600.140.25157.0634.6961.57
Hex7BBFA5240E199d233e
Octal17327724544016312354376
Binary11110111011111110100101100100011101100110011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,191,165); }

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

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

 a { background-color: rgb(123,191,165); }

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

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

 span { border-color: rgb(123,191,165); }

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