#84CCAD

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

Shades of Monte Carlo #84CCAD

Tints of Monte Carlo #84CCAD

Color information

#84CCAD (or 0x84CCAD) is unknown color: approx Monte Carlo. HEX triplet: 84, CC and AD. RGB value is (132,204,173). Sum of RGB (Red+Green+Blue) = 132+204+173=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CCAD is #7B3352. Grayscale: #B2B2B2. Windows color (decimal): -8074067 or 11390084. OLE color: 11390084.

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

Color convert

RGB132204173-
CMYK0.3500.150.2
HSL154.17º41.38%65.88%-
HSV(B)154.17º35.29%80%-
XYZ38.6551.1147.36-
YUV178.94124.6594.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=25.93%
G=40.08%
B=33.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041730.3500.150.2154.1741.3865.88
Hex84CCAD230F149a2942
Octal204314255430172423251102
Binary1000010011001100101011011000110111110100100110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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