#84CDAD

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

Shades of Monte Carlo #84CDAD

Tints of Monte Carlo #84CDAD

Color information

#84CDAD (or 0x84CDAD) is unknown color: approx Monte Carlo. HEX triplet: 84, CD and AD. RGB value is (132,205,173). Sum of RGB (Red+Green+Blue) = 132+205+173=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDAD is #7B3252. Grayscale: #B3B3B3. Windows color (decimal): -8073811 or 11390340. OLE color: 11390340.

HSL color Cylindrical-coordinate representation of color #84CDAD: hue angle of 153.7º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDAD is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB132205173-
CMYK0.3600.160.20
HSL153.7º42.2%66.08%-
HSV(B)153.7º35.61%80.39%-
XYZ38.8951.5947.44-
YUV179.52124.3294.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=25.88%
G=40.20%
B=33.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051730.3600.160.20153.742.266.08
Hex84CDAD24010149a2a42
Octal204315255440202423252102
Binary10000100110011011010110110010001000010100100110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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