#7BC2A9

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

Shades of Monte Carlo #7BC2A9

Tints of Monte Carlo #7BC2A9

Color information

#7BC2A9 (or 0x7BC2A9) is unknown color: approx Monte Carlo. HEX triplet: 7B, C2 and A9. RGB value is (123,194,169). Sum of RGB (Red+Green+Blue) = 123+194+169=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC2A9 is #843D56. Grayscale: #A9A9A9. Windows color (decimal): -8666455 or 11125371. OLE color: 11125371.

HSL color Cylindrical-coordinate representation of color #7BC2A9: hue angle of 158.87º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC2A9 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB123194169-
CMYK0.3700.130.24
HSL158.87º36.79%62.16%-
HSV(B)158.87º36.6%76.08%-
XYZ34.6245.6644.52-
YUV169.92127.4894.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.31%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=25.31%
G=39.92%
B=34.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231941690.3700.130.24158.8736.7962.16
Hex7BC2A9250D189f253e
Octal17330225145015302374576
Binary11110111100001010101001100101011011100010011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,194,169); }

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

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

 a { background-color: rgb(123,194,169); }

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

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

 span { border-color: rgb(123,194,169); }

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