#80BFAB

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

Shades of Monte Carlo #80BFAB

Tints of Monte Carlo #80BFAB

Color information

#80BFAB (or 0x80BFAB) is unknown color: approx Monte Carlo. HEX triplet: 80, BF and AB. RGB value is (128,191,171). Sum of RGB (Red+Green+Blue) = 128+191+171=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFAB is #7F4054. Grayscale: #A9A9A9. Windows color (decimal): -8339541 or 11255680. OLE color: 11255680.

HSL color Cylindrical-coordinate representation of color #80BFAB: hue angle of 160.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BFAB is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB128191171-
CMYK0.3300.100.25
HSL160.95º32.98%62.55%-
HSV(B)160.95º32.98%74.9%-
XYZ34.8844.7945.34-
YUV169.88128.6398.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=26.12%
G=38.98%
B=34.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911710.3300.100.25160.9532.9862.55
Hex80BFAB210A19a1213f
Octal20027725341012312414177
Binary100000001011111110101011100001010101100110100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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