#80CDAB

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

Shades of Monte Carlo #80CDAB

Tints of Monte Carlo #80CDAB

Color information

#80CDAB (or 0x80CDAB) is unknown color: approx Monte Carlo. HEX triplet: 80, CD and AB. RGB value is (128,205,171). Sum of RGB (Red+Green+Blue) = 128+205+171=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CDAB is #7F3254. Grayscale: #B2B2B2. Windows color (decimal): -8335957 or 11259264. OLE color: 11259264.

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

Color convert

RGB128205171-
CMYK0.3800.170.20
HSL153.51º43.5%65.29%-
HSV(B)153.51º37.56%80.39%-
XYZ38.0851.1946.4-
YUV178.1123.9992.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=25.40%
G=40.67%
B=33.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051710.3800.170.20153.5143.565.29
Hex80CDAB26011149a2c41
Octal200315253460212423254101
Binary10000000110011011010101110011001000110100100110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,205,171); }

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

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

 a { background-color: rgb(128,205,171); }

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

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

 span { border-color: rgb(128,205,171); }

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