#80C0AD

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

Shades of Monte Carlo #80C0AD

Tints of Monte Carlo #80C0AD

Color information

#80C0AD (or 0x80C0AD) is unknown color: approx Monte Carlo. HEX triplet: 80, C0 and AD. RGB value is (128,192,173). Sum of RGB (Red+Green+Blue) = 128+192+173=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C0AD is #7F3F52. Grayscale: #AAAAAA. Windows color (decimal): -8339283 or 11387008. OLE color: 11387008.

HSL color Cylindrical-coordinate representation of color #80C0AD: hue angle of 162.19º degrees, saturation: 0.34, 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 #80C0AD is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB128192173-
CMYK0.3300.100.25
HSL162.19º33.68%62.75%-
HSV(B)162.19º33.33%75.29%-
XYZ35.2945.3146.42-
YUV170.7129.397.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=25.96%
G=38.95%
B=35.09%

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
Decimal1281921730.3300.100.25162.1933.6862.75
Hex80C0AD210A19a2223f
Octal20030025541012312424277
Binary100000001100000010101101100001010101100110100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,173); }

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

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

 a { background-color: rgb(128,192,173); }

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

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

 span { border-color: rgb(128,192,173); }

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