#84BEAC

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

Shades of Monte Carlo #84BEAC

Tints of Monte Carlo #84BEAC

Color information

#84BEAC (or 0x84BEAC) is unknown color: approx Monte Carlo. HEX triplet: 84, BE and AC. RGB value is (132,190,172). Sum of RGB (Red+Green+Blue) = 132+190+172=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEAC is #7B4153. Grayscale: #AAAAAA. Windows color (decimal): -8077652 or 11320964. OLE color: 11320964.

HSL color Cylindrical-coordinate representation of color #84BEAC: hue angle of 161.38º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BEAC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB132190172-
CMYK0.3100.090.25
HSL161.38º30.85%63.14%-
HSV(B)161.38º30.53%74.51%-
XYZ35.3844.7145.8-
YUV170.61128.78100.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=26.72%
G=38.46%
B=34.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321901720.3100.090.25161.3830.8563.14
Hex84BEAC1F0919a11f3f
Octal20427625437011312413777
Binary1000010010111110101011001111101001110011010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,190,172); }

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

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

 a { background-color: rgb(132,190,172); }

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

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

 span { border-color: rgb(132,190,172); }

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