#84BBBA

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

Shades of Monte Carlo #84BBBA

Tints of Monte Carlo #84BBBA

Color information

#84BBBA (or 0x84BBBA) is unknown color: approx Monte Carlo. HEX triplet: 84, BB and BA. RGB value is (132,187,186). Sum of RGB (Red+Green+Blue) = 132+187+186=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBBA is #7B4445. Grayscale: #AAAAAA. Windows color (decimal): -8078406 or 12237700. OLE color: 12237700.

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

Color convert

RGB132187186-
CMYK0.2900.010.27
HSL178.91º28.8%62.55%-
HSV(B)178.91º29.41%73.33%-
XYZ36.1543.9953.04-
YUV170.44136.78100.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=26.14%
G=37.03%
B=36.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321871860.2900.010.27178.9128.862.55
Hex84BBBA1D011Bb31d3f
Octal2042732723501332633577
Binary1000010010111011101110101110101110111011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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