#84C5B2

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

Shades of Monte Carlo #84C5B2

Tints of Monte Carlo #84C5B2

Color information

#84C5B2 (or 0x84C5B2) is unknown color: approx Monte Carlo. HEX triplet: 84, C5 and B2. RGB value is (132,197,178). Sum of RGB (Red+Green+Blue) = 132+197+178=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #84C5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C5B2 is #7B3A4D. Grayscale: #AFAFAF. Windows color (decimal): -8075854 or 11715972. OLE color: 11715972.

HSL color Cylindrical-coordinate representation of color #84C5B2: hue angle of 162.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C5B2 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB132197178-
CMYK0.3300.100.23
HSL162.46º35.91%64.51%-
HSV(B)162.46º32.99%77.25%-
XYZ37.5248.0549.42-
YUV175.4129.4797.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=26.04%
G=38.86%
B=35.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321971780.3300.100.23162.4635.9164.51
Hex84C5B2210A17a22441
Octal204305262410122724244101
Binary1000010011000101101100101000010101010111101000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,197,178); }

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

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

 a { background-color: rgb(132,197,178); }

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

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

 span { border-color: rgb(132,197,178); }

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