#84CCB2

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

Shades of Monte Carlo #84CCB2

Tints of Monte Carlo #84CCB2

Color information

#84CCB2 (or 0x84CCB2) is unknown color: approx Monte Carlo. HEX triplet: 84, CC and B2. RGB value is (132,204,178). Sum of RGB (Red+Green+Blue) = 132+204+178=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CCB2 is #7B334D. Grayscale: #B3B3B3. Windows color (decimal): -8074062 or 11717764. OLE color: 11717764.

HSL color Cylindrical-coordinate representation of color #84CCB2: hue angle of 158.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CCB2 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB132204178-
CMYK0.3500.130.2
HSL158.33º41.38%65.88%-
HSV(B)158.33º35.29%80%-
XYZ39.1451.3149.96-
YUV179.51127.1594.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.68%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=25.68%
G=39.69%
B=34.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041780.3500.130.2158.3341.3865.88
Hex84CCB2230D149e2942
Octal204314262430152423651102
Binary1000010011001100101100101000110110110100100111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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