#80C6A5

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

Shades of Monte Carlo #80C6A5

Tints of Monte Carlo #80C6A5

Color information

#80C6A5 (or 0x80C6A5) is unknown color: approx Monte Carlo. HEX triplet: 80, C6 and A5. RGB value is (128,198,165). Sum of RGB (Red+Green+Blue) = 128+198+165=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #80C6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C6A5 is #7F395A. Grayscale: #ADADAD. Windows color (decimal): -8337755 or 10864256. OLE color: 10864256.

HSL color Cylindrical-coordinate representation of color #80C6A5: hue angle of 151.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C6A5 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB128198165-
CMYK0.3500.170.22
HSL151.71º38.04%63.92%-
HSV(B)151.71º35.35%77.65%-
XYZ35.8947.6942.91-
YUV173.31123.3195.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=26.07%
G=40.33%
B=33.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281981650.3500.170.22151.7138.0463.92
Hex80C6A52301116982640
Octal200306245430212623046100
Binary10000000110001101010010110001101000110110100110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,198,165); }

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

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

 a { background-color: rgb(128,198,165); }

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

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

 span { border-color: rgb(128,198,165); }

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