#80BBAC

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

Shades of Monte Carlo #80BBAC

Tints of Monte Carlo #80BBAC

Color information

#80BBAC (or 0x80BBAC) is unknown color: approx Monte Carlo. HEX triplet: 80, BB and AC. RGB value is (128,187,172). Sum of RGB (Red+Green+Blue) = 128+187+172=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBAC is #7F4453. Grayscale: #A7A7A7. Windows color (decimal): -8340564 or 11320192. OLE color: 11320192.

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

Color convert

RGB128187172-
CMYK0.3200.080.27
HSL164.75º30.26%61.76%-
HSV(B)164.75º31.55%73.33%-
XYZ34.1243.1145.55-
YUV167.65130.4599.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=26.28%
G=38.40%
B=35.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871720.3200.080.27164.7530.2661.76
Hex80BBAC20081Ba51e3e
Octal20027325440010332453676
Binary10000000101110111010110010000001000110111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,172); }

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

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

 a { background-color: rgb(128,187,172); }

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

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

 span { border-color: rgb(128,187,172); }

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