#80BAAB

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

Shades of Monte Carlo #80BAAB

Tints of Monte Carlo #80BAAB

Color information

#80BAAB (or 0x80BAAB) is unknown color: approx Monte Carlo. HEX triplet: 80, BA and AB. RGB value is (128,186,171). Sum of RGB (Red+Green+Blue) = 128+186+171=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAAB is #7F4554. Grayscale: #A6A6A6. Windows color (decimal): -8340821 or 11254400. OLE color: 11254400.

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

Color convert

RGB128186171-
CMYK0.3100.080.27
HSL164.48º29.59%61.57%-
HSV(B)164.48º31.18%72.94%-
XYZ33.8142.6544.98-
YUV166.95130.28100.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=26.39%
G=38.35%
B=35.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861710.3100.080.27164.4829.5961.57
Hex80BAAB1F081Ba41e3e
Octal20027225337010332443676
Binary1000000010111010101010111111101000110111010010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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