#80D2AD

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

Shades of Monte Carlo #80D2AD

Tints of Monte Carlo #80D2AD

Color information

#80D2AD (or 0x80D2AD) is unknown color: approx Monte Carlo. HEX triplet: 80, D2 and AD. RGB value is (128,210,173). Sum of RGB (Red+Green+Blue) = 128+210+173=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #80D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D2AD is #7F2D52. Grayscale: #B5B5B5. Windows color (decimal): -8334675 or 11391616. OLE color: 11391616.

HSL color Cylindrical-coordinate representation of color #80D2AD: hue angle of 152.93º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D2AD is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB128210173-
CMYK0.3900.180.18
HSL152.93º47.67%66.27%-
HSV(B)152.93º39.05%82.35%-
XYZ39.4953.747.82-
YUV181.26123.3390.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=25.05%
G=41.10%
B=33.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282101730.3900.180.18152.9347.6766.27
Hex80D2AD2701212993042
Octal200322255470222223160102
Binary10000000110100101010110110011101001010010100110011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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