#84C6AB

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

Shades of Monte Carlo #84C6AB

Tints of Monte Carlo #84C6AB

Color information

#84C6AB (or 0x84C6AB) is unknown color: approx Monte Carlo. HEX triplet: 84, C6 and AB. RGB value is (132,198,171). Sum of RGB (Red+Green+Blue) = 132+198+171=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #84C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C6AB is #7B3954. Grayscale: #AFAFAF. Windows color (decimal): -8075605 or 11257476. OLE color: 11257476.

HSL color Cylindrical-coordinate representation of color #84C6AB: hue angle of 155.45º 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 #84C6AB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB132198171-
CMYK0.3300.140.22
HSL155.45º36.67%64.71%-
HSV(B)155.45º33.33%77.65%-
XYZ37.0648.2345.88-
YUV175.19125.6397.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=26.35%
G=39.52%
B=34.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321981710.3300.140.22155.4536.6764.71
Hex84C6AB210E169b2541
Octal204306253410162623345101
Binary1000010011000110101010111000010111010110100110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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