#80D3AE

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

Shades of Monte Carlo #80D3AE

Tints of Monte Carlo #80D3AE

Color information

#80D3AE (or 0x80D3AE) is unknown color: approx Monte Carlo. HEX triplet: 80, D3 and AE. RGB value is (128,211,174). Sum of RGB (Red+Green+Blue) = 128+211+174=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D3AE is #7F2C51. Grayscale: #B6B6B6. Windows color (decimal): -8334418 or 11457408. OLE color: 11457408.

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

Color convert

RGB128211174-
CMYK0.3900.180.17
HSL153.25º48.54%66.47%-
HSV(B)153.25º39.34%82.75%-
XYZ39.8454.2348.41-
YUV181.96123.589.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=24.95%
G=41.13%
B=33.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282111740.3900.180.17153.2548.5466.47
Hex80D3AE2701211993142
Octal200323256470222123161102
Binary10000000110100111010111010011101001010001100110011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,174); }

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

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

 a { background-color: rgb(128,211,174); }

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

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

 span { border-color: rgb(128,211,174); }

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