#80C4A9

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

Shades of Monte Carlo #80C4A9

Tints of Monte Carlo #80C4A9

Color information

#80C4A9 (or 0x80C4A9) is unknown color: approx Monte Carlo. HEX triplet: 80, C4 and A9. RGB value is (128,196,169). Sum of RGB (Red+Green+Blue) = 128+196+169=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #80C4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C4A9 is #7F3B56. Grayscale: #ACACAC. Windows color (decimal): -8338263 or 11125888. OLE color: 11125888.

HSL color Cylindrical-coordinate representation of color #80C4A9: hue angle of 156.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C4A9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB128196169-
CMYK0.3500.140.23
HSL156.18º36.56%63.53%-
HSV(B)156.18º34.69%76.86%-
XYZ35.846.9344.71-
YUV172.59125.9796.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=25.96%
G=39.76%
B=34.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281961690.3500.140.23156.1836.5663.53
Hex80C4A9230E179c2540
Octal200304251430162723445100
Binary1000000011000100101010011000110111010111100111001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,196,169); }

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

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

 a { background-color: rgb(128,196,169); }

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

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

 span { border-color: rgb(128,196,169); }

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