#80CCA9

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

Shades of Monte Carlo #80CCA9

Tints of Monte Carlo #80CCA9

Color information

#80CCA9 (or 0x80CCA9) is unknown color: approx Monte Carlo. HEX triplet: 80, CC and A9. RGB value is (128,204,169). Sum of RGB (Red+Green+Blue) = 128+204+169=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA9 is #7F3356. Grayscale: #B1B1B1. Windows color (decimal): -8336215 or 11127936. OLE color: 11127936.

HSL color Cylindrical-coordinate representation of color #80CCA9: hue angle of 152.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA9 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB128204169-
CMYK0.3700.170.2
HSL152.37º42.7%65.1%-
HSV(B)152.37º37.25%80%-
XYZ37.6650.6445.33-
YUV177.29123.3292.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=25.55%
G=40.72%
B=33.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282041690.3700.170.2152.3742.765.1
Hex80CCA92501114982b41
Octal200314251450212423053101
Binary10000000110011001010100110010101000110100100110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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