#80BAB1

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

Shades of Monte Carlo #80BAB1

Tints of Monte Carlo #80BAB1

Color information

#80BAB1 (or 0x80BAB1) is unknown color: approx Monte Carlo. HEX triplet: 80, BA and B1. RGB value is (128,186,177). Sum of RGB (Red+Green+Blue) = 128+186+177=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAB1 is #7F454E. Grayscale: #A7A7A7. Windows color (decimal): -8340815 or 11647616. OLE color: 11647616.

HSL color Cylindrical-coordinate representation of color #80BAB1: hue angle of 170.69º 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 #80BAB1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB128186177-
CMYK0.3100.050.27
HSL170.69º29.59%61.57%-
HSV(B)170.69º31.18%72.94%-
XYZ34.442.8848.06-
YUV167.63133.2899.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=26.07%
G=37.88%
B=36.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861770.3100.050.27170.6929.5961.57
Hex80BAB11F051Bab1e3e
Octal2002722613705332533676
Binary100000001011101010110001111110101110111010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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