#80CEB6

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

Shades of Monte Carlo #80CEB6

Tints of Monte Carlo #80CEB6

Color information

#80CEB6 (or 0x80CEB6) is unknown color: approx Monte Carlo. HEX triplet: 80, CE and B6. RGB value is (128,206,182). Sum of RGB (Red+Green+Blue) = 128+206+182=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEB6 is #7F3149. Grayscale: #B3B3B3. Windows color (decimal): -8335690 or 11980416. OLE color: 11980416.

HSL color Cylindrical-coordinate representation of color #80CEB6: hue angle of 161.54º 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 #80CEB6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB128206182-
CMYK0.3800.120.19
HSL161.54º44.32%65.49%-
HSV(B)161.54º37.86%80.78%-
XYZ39.4252.1152.24-
YUV179.94129.1690.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=24.81%
G=39.92%
B=35.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061820.3800.120.19161.5444.3265.49
Hex80CEB6260C13a22c41
Octal200316266460142324254101
Binary1000000011001110101101101001100110010011101000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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