#84BDBA

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

Shades of Monte Carlo #84BDBA

Tints of Monte Carlo #84BDBA

Color information

#84BDBA (or 0x84BDBA) is unknown color: approx Monte Carlo. HEX triplet: 84, BD and BA. RGB value is (132,189,186). Sum of RGB (Red+Green+Blue) = 132+189+186=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDBA is #7B4245. Grayscale: #ABABAB. Windows color (decimal): -8077894 or 12238212. OLE color: 12238212.

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

Color convert

RGB132189186-
CMYK0.3000.020.26
HSL176.84º30.16%62.94%-
HSV(B)176.84º30.16%74.12%-
XYZ36.5844.8553.18-
YUV171.62136.1299.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=26.04%
G=37.28%
B=36.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891860.3000.020.26176.8430.1662.94
Hex84BDBA1E021Ab11e3f
Octal2042752723602322613677
Binary10000100101111011011101011110010110101011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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