#84C3AD

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

Shades of Monte Carlo #84C3AD

Tints of Monte Carlo #84C3AD

Color information

#84C3AD (or 0x84C3AD) is unknown color: approx Monte Carlo. HEX triplet: 84, C3 and AD. RGB value is (132,195,173). Sum of RGB (Red+Green+Blue) = 132+195+173=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #84C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C3AD is #7B3C52. Grayscale: #ADADAD. Windows color (decimal): -8076371 or 11387780. OLE color: 11387780.

HSL color Cylindrical-coordinate representation of color #84C3AD: hue angle of 159.05º 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 #84C3AD is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB132195173-
CMYK0.3200.110.24
HSL159.05º34.43%64.12%-
HSV(B)159.05º32.31%76.47%-
XYZ36.5746.9546.67-
YUV173.66127.6398.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=26.4%
G=39%
B=34.6%

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
Decimal1321951730.3200.110.24159.0534.4364.12
Hex84C3AD200B189f2240
Octal204303255400133023742100
Binary1000010011000011101011011000000101111000100111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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