#80CEAD

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

Shades of Monte Carlo #80CEAD

Tints of Monte Carlo #80CEAD

Color information

#80CEAD (or 0x80CEAD) is unknown color: approx Monte Carlo. HEX triplet: 80, CE and AD. RGB value is (128,206,173). Sum of RGB (Red+Green+Blue) = 128+206+173=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEAD is #7F3152. Grayscale: #B2B2B2. Windows color (decimal): -8335699 or 11390592. OLE color: 11390592.

HSL color Cylindrical-coordinate representation of color #80CEAD: hue angle of 154.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEAD is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB128206173-
CMYK0.3800.160.19
HSL154.62º44.32%65.49%-
HSV(B)154.62º37.86%80.78%-
XYZ38.5251.7547.49-
YUV178.92124.6691.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=25.25%
G=40.63%
B=34.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061730.3800.160.19154.6244.3265.49
Hex80CEAD26010139b2c41
Octal200316255460202323354101
Binary10000000110011101010110110011001000010011100110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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