#84BAAE

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

Shades of Monte Carlo #84BAAE

Tints of Monte Carlo #84BAAE

Color information

#84BAAE (or 0x84BAAE) is unknown color: approx Monte Carlo. HEX triplet: 84, BA and AE. RGB value is (132,186,174). Sum of RGB (Red+Green+Blue) = 132+186+174=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAE is #7B4551. Grayscale: #A8A8A8. Windows color (decimal): -8078674 or 11451012. OLE color: 11451012.

HSL color Cylindrical-coordinate representation of color #84BAAE: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAAE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB132186174-
CMYK0.2900.060.27
HSL166.67º28.12%62.35%-
HSV(B)166.67º29.03%72.94%-
XYZ34.7143.0846.53-
YUV168.49131.11101.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=26.83%
G=37.80%
B=35.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861740.2900.060.27166.6728.1262.35
Hex84BAAE1D061Ba71c3e
Octal2042722563506332473476
Binary100001001011101010101110111010110110111010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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