#80BCA9

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

Shades of Monte Carlo #80BCA9

Tints of Monte Carlo #80BCA9

Color information

#80BCA9 (or 0x80BCA9) is unknown color: approx Monte Carlo. HEX triplet: 80, BC and A9. RGB value is (128,188,169). Sum of RGB (Red+Green+Blue) = 128+188+169=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BCA9 is #7F4356. Grayscale: #A7A7A7. Windows color (decimal): -8340311 or 11123840. OLE color: 11123840.

HSL color Cylindrical-coordinate representation of color #80BCA9: hue angle of 161º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BCA9 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB128188169-
CMYK0.3200.100.26
HSL161º30.93%61.96%-
HSV(B)161º31.91%73.73%-
XYZ34.0543.4244.12-
YUV167.89128.6299.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=26.39%
G=38.76%
B=34.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881690.3200.100.2616130.9361.96
Hex80BCA9200A1Aa11f3e
Octal20027425140012322413776
Binary10000000101111001010100110000001010110101010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,169); }

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

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

 a { background-color: rgb(128,188,169); }

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

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

 span { border-color: rgb(128,188,169); }

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