Html Css Color HEX #84C6AB Monte Carlo

📋 copy color: '#84C6AB'

red 132 ◦ green 198 ◦ blue 171

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

Shades of Monte Carlo #84C6AB

Tints of Monte Carlo #84C6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.52%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 26.35%
G = 39.52%
B = 34.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#84C6AB (or 0x84C6AB) is known color: Monte Carlo. HEX triplet: 84, C6 and AB. RGB value is (132,198,171). Sum of RGB (Red+Green+Blue) = 132+198+171=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #84C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C6AB is #7B3954. Grayscale: #AFAFAF. Windows color (decimal): -8075605 or 11257476. OLE color: 11257476.

HSL color Cylindrical-coordinate representation of color #84C6AB: hue angle of 155.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C6AB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 198 171 -
CMYK 0.33 0 0.14 0.22
HSL 155.45º 0.37% 0.65% -
HSV(B) 155.45º 0.33% 0.78% -
XYZ 37.06 48.23 45.88 -
YUV 175.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 132 198 171 0.33 0 0.14 0.22 155.45 0.37 0.65
Hex 84 C6 AB 21 0 E 16 9B 25 41
Octal 204 306 253 41 0 16 26 233 45 101
Binary 10000100 11000110 10101011 100001 0 1110 10110 10011011 100101 1000001

Color Harmonies of #84C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C6AB

Black with #84C6AB

Text Example


Text Example

White with #84C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,198,171); }

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

background-color css

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

 a { background-color: rgb(132,198,171); }

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

border-color css

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

 span { border-color: rgb(132,198,171); }

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