#84CCB0

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

Shades of Monte Carlo #84CCB0

Tints of Monte Carlo #84CCB0

Color information

#84CCB0 (or 0x84CCB0) is unknown color: approx Monte Carlo. HEX triplet: 84, CC and B0. RGB value is (132,204,176). Sum of RGB (Red+Green+Blue) = 132+204+176=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CCB0 is #7B334F. Grayscale: #B3B3B3. Windows color (decimal): -8074064 or 11586692. OLE color: 11586692.

HSL color Cylindrical-coordinate representation of color #84CCB0: hue angle of 156.67º 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 #84CCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB132204176-
CMYK0.3500.140.2
HSL156.67º41.38%65.88%-
HSV(B)156.67º35.29%80%-
XYZ38.9551.2348.91-
YUV179.28126.1594.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=25.78%
G=39.84%
B=34.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041760.3500.140.2156.6741.3865.88
Hex84CCB0230E149d2942
Octal204314260430162423551102
Binary1000010011001100101100001000110111010100100111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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