#80BAAA

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

Shades of Monte Carlo #80BAAA

Tints of Monte Carlo #80BAAA

Color information

#80BAAA (or 0x80BAAA) is unknown color: approx Monte Carlo. HEX triplet: 80, BA and AA. RGB value is (128,186,170). Sum of RGB (Red+Green+Blue) = 128+186+170=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAAA is #7F4555. Grayscale: #A6A6A6. Windows color (decimal): -8340822 or 11188864. OLE color: 11188864.

HSL color Cylindrical-coordinate representation of color #80BAAA: hue angle of 163.45º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAAA is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB128186170-
CMYK0.3100.090.27
HSL163.45º29.59%61.57%-
HSV(B)163.45º31.18%72.94%-
XYZ33.7242.6144.48-
YUV166.83129.78100.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=26.45%
G=38.43%
B=35.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861700.3100.090.27163.4529.5961.57
Hex80BAAA1F091Ba31e3e
Octal20027225237011332433676
Binary1000000010111010101010101111101001110111010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80BAAA; }

 p { color: rgb(128,186,170); }

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

<style>
 a { background-color: #80BAAA; }

 a { background-color: rgb(128,186,170); }

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

<style>
 span { border-color: #80BAAA; }

 span { border-color: rgb(128,186,170); }

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