#84C6AD

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

Shades of Monte Carlo #84C6AD

Tints of Monte Carlo #84C6AD

Color information

#84C6AD (or 0x84C6AD) is unknown color: approx Monte Carlo. HEX triplet: 84, C6 and AD. RGB value is (132,198,173). Sum of RGB (Red+Green+Blue) = 132+198+173=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #84C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C6AD is #7B3952. Grayscale: #AFAFAF. Windows color (decimal): -8075603 or 11388548. OLE color: 11388548.

HSL color Cylindrical-coordinate representation of color #84C6AD: hue angle of 157.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C6AD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB132198173-
CMYK0.3300.130.22
HSL157.27º36.67%64.71%-
HSV(B)157.27º33.33%77.65%-
XYZ37.2548.3146.9-
YUV175.42126.6397.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=26.24%
G=39.36%
B=34.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321981730.3300.130.22157.2736.6764.71
Hex84C6AD210D169d2541
Octal204306255410152623545101
Binary1000010011000110101011011000010110110110100111011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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