#80BBAF

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

Shades of Monte Carlo #80BBAF

Tints of Monte Carlo #80BBAF

Color information

#80BBAF (or 0x80BBAF) is unknown color: approx Monte Carlo. HEX triplet: 80, BB and AF. RGB value is (128,187,175). Sum of RGB (Red+Green+Blue) = 128+187+175=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBAF is #7F4450. Grayscale: #A7A7A7. Windows color (decimal): -8340561 or 11516800. OLE color: 11516800.

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

Color convert

RGB128187175-
CMYK0.3200.060.27
HSL167.8º30.26%61.76%-
HSV(B)167.8º31.55%73.33%-
XYZ34.4143.2247.09-
YUV167.99131.9599.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=26.12%
G=38.16%
B=35.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871750.3200.060.27167.830.2661.76
Hex80BBAF20061Ba81e3e
Octal2002732574006332503676
Binary1000000010111011101011111000000110110111010100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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