#84C2AD

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

Shades of Monte Carlo #84C2AD

Tints of Monte Carlo #84C2AD

Color information

#84C2AD (or 0x84C2AD) is unknown color: approx Monte Carlo. HEX triplet: 84, C2 and AD. RGB value is (132,194,173). Sum of RGB (Red+Green+Blue) = 132+194+173=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #84C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C2AD is #7B3D52. Grayscale: #ADADAD. Windows color (decimal): -8076627 or 11387524. OLE color: 11387524.

HSL color Cylindrical-coordinate representation of color #84C2AD: hue angle of 159.68º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C2AD is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB132194173-
CMYK0.3200.110.24
HSL159.68º33.7%63.92%-
HSV(B)159.68º31.96%76.08%-
XYZ36.3546.5146.6-
YUV173.07127.9698.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=26.45%
G=38.88%
B=34.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321941730.3200.110.24159.6833.763.92
Hex84C2AD200B18a02240
Octal204302255400133024042100
Binary1000010011000010101011011000000101111000101000001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C2AD; }

 p { color: rgb(132,194,173); }

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

<style>
 a { background-color: #84C2AD; }

 a { background-color: rgb(132,194,173); }

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

<style>
 span { border-color: #84C2AD; }

 span { border-color: rgb(132,194,173); }

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