#80CFAD

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

Shades of Monte Carlo #80CFAD

Tints of Monte Carlo #80CFAD

Color information

#80CFAD (or 0x80CFAD) is unknown color: approx Monte Carlo. HEX triplet: 80, CF and AD. RGB value is (128,207,173). Sum of RGB (Red+Green+Blue) = 128+207+173=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFAD is #7F3052. Grayscale: #B3B3B3. Windows color (decimal): -8335443 or 11390848. OLE color: 11390848.

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

Color convert

RGB128207173-
CMYK0.3800.160.19
HSL154.18º45.14%65.69%-
HSV(B)154.18º38.16%81.18%-
XYZ38.7652.2347.57-
YUV179.5124.3391.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=25.20%
G=40.75%
B=34.06%

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
Decimal1282071730.3800.160.19154.1845.1465.69
Hex80CFAD26010139a2d42
Octal200317255460202323255102
Binary10000000110011111010110110011001000010011100110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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