#84BDAE

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

Shades of Monte Carlo #84BDAE

Tints of Monte Carlo #84BDAE

Color information

#84BDAE (or 0x84BDAE) is unknown color: approx Monte Carlo. HEX triplet: 84, BD and AE. RGB value is (132,189,174). Sum of RGB (Red+Green+Blue) = 132+189+174=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDAE is #7B4251. Grayscale: #AAAAAA. Windows color (decimal): -8077906 or 11451780. OLE color: 11451780.

HSL color Cylindrical-coordinate representation of color #84BDAE: hue angle of 164.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDAE is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB132189174-
CMYK0.3000.080.26
HSL164.21º30.16%62.94%-
HSV(B)164.21º30.16%74.12%-
XYZ35.3544.3646.74-
YUV170.25130.12100.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=26.67%
G=38.18%
B=35.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891740.3000.080.26164.2130.1662.94
Hex84BDAE1E081Aa41e3f
Octal20427525636010322443677
Binary1000010010111101101011101111001000110101010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,174); }

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

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

 a { background-color: rgb(132,189,174); }

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

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

 span { border-color: rgb(132,189,174); }

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