#84BDAF

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

Shades of Monte Carlo #84BDAF

Tints of Monte Carlo #84BDAF

Color information

#84BDAF (or 0x84BDAF) is unknown color: approx Monte Carlo. HEX triplet: 84, BD and AF. RGB value is (132,189,175). Sum of RGB (Red+Green+Blue) = 132+189+175=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDAF is #7B4250. Grayscale: #AAAAAA. Windows color (decimal): -8077905 or 11517316. OLE color: 11517316.

HSL color Cylindrical-coordinate representation of color #84BDAF: hue angle of 165.26º 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 #84BDAF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB132189175-
CMYK0.3000.070.26
HSL165.26º30.16%62.94%-
HSV(B)165.26º30.16%74.12%-
XYZ35.4544.447.26-
YUV170.36130.62100.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=26.61%
G=38.10%
B=35.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891750.3000.070.26165.2630.1662.94
Hex84BDAF1E071Aa51e3f
Octal2042752573607322453677
Binary100001001011110110101111111100111110101010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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