#80CCAD

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

Shades of Monte Carlo #80CCAD

Tints of Monte Carlo #80CCAD

Color information

#80CCAD (or 0x80CCAD) is unknown color: approx Monte Carlo. HEX triplet: 80, CC and AD. RGB value is (128,204,173). Sum of RGB (Red+Green+Blue) = 128+204+173=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCAD is #7F3352. Grayscale: #B1B1B1. Windows color (decimal): -8336211 or 11390080. OLE color: 11390080.

HSL color Cylindrical-coordinate representation of color #80CCAD: hue angle of 155.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCAD is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB128204173-
CMYK0.3700.150.2
HSL155.53º42.7%65.1%-
HSV(B)155.53º37.25%80%-
XYZ38.0450.7947.33-
YUV177.74125.3292.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=25.35%
G=40.40%
B=34.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282041730.3700.150.2155.5342.765.1
Hex80CCAD250F149c2b41
Octal200314255450172423453101
Binary1000000011001100101011011001010111110100100111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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