Html Css Color HEX #84BCAD Monte Carlo

📋 copy color: '#84BCAD'

red 132 ◦ green 188 ◦ blue 173

#84BCAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #84BCAD

Tints of Monte Carlo #84BCAD

RGB

 RED value IS 132 (51.95% from 255) = 26.77%

 GREEN value IS 188 (73.83% from 255) = 38.13%

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 26.77%
G = 38.13%
B = 35.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#84BCAD (or 0x84BCAD) is known color: Monte Carlo. HEX triplet: 84, BC and AD. RGB value is (132,188,173). Sum of RGB (Red+Green+Blue) = 132+188+173=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCAD is #7B4352. Grayscale: #A9A9A9. Windows color (decimal): -8078163 or 11385988. OLE color: 11385988.

HSL color Cylindrical-coordinate representation of color #84BCAD: hue angle of 163.93º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BCAD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 188 173 -
CMYK 0.30 0 0.08 0.26
HSL 163.93º 0.29% 0.63% -
HSV(B) 163.93º 0.3% 0.74% -
XYZ 35.04 43.89 46.16 -
YUV 169.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 132 188 173 0.30 0 0.08 0.26 163.93 0.29 0.63
Hex 84 BC AD 1E 0 8 1A A4 1D 3F
Octal 204 274 255 36 0 10 32 244 35 77
Binary 10000100 10111100 10101101 11110 0 1000 11010 10100100 11101 111111

Color Harmonies of #84BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCAD

Black with #84BCAD

Text Example


Text Example

White with #84BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BCAD;
 }
 .AnyTagClassName
 {
   color: #84BCAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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