#84C2B5

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

Shades of Monte Carlo #84C2B5

Tints of Monte Carlo #84C2B5

Color information

#84C2B5 (or 0x84C2B5) is unknown color: approx Monte Carlo. HEX triplet: 84, C2 and B5. RGB value is (132,194,181). Sum of RGB (Red+Green+Blue) = 132+194+181=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #84C2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2B5 is #7B3D4A. Grayscale: #ADADAD. Windows color (decimal): -8076619 or 11911812. OLE color: 11911812.

HSL color Cylindrical-coordinate representation of color #84C2B5: hue angle of 167.42º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C2B5 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB132194181-
CMYK0.3200.070.24
HSL167.42º33.7%63.92%-
HSV(B)167.42º31.96%76.08%-
XYZ37.1546.8350.8-
YUV173.98131.9698.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=26.04%
G=38.26%
B=35.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321941810.3200.070.24167.4233.763.92
Hex84C2B5200718a72240
Octal20430226540073024742100
Binary100001001100001010110101100000011111000101001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,194,181); }

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

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

 a { background-color: rgb(132,194,181); }

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

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

 span { border-color: rgb(132,194,181); }

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