Html Css Color HEX #84FFAA Mint Green

📋 copy color: '#84FFAA'

red 132 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #84FFAA

Tints of Mint Green #84FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 45.78%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 23.7%
G = 45.78%
B = 30.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#84FFAA (or 0x84FFAA) is known color: Mint Green. HEX triplet: 84, FF and AA. RGB value is (132,255,170). Sum of RGB (Red+Green+Blue) = 132+255+170=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FFAA is #7B0055. Grayscale: #D0D0D0. Windows color (decimal): -8061014 or 11206532. OLE color: 11206532.

HSL color Cylindrical-coordinate representation of color #84FFAA: hue angle of 138.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFAA is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 170 -
CMYK 0.48 0 0.33 0
HSL 138.54º 1% 0.76% -
HSV(B) 138.54º 0.48% 1% -
XYZ 52.53 79.33 50.57 -
YUV 208.53 106.25 73.41 -
System Red Green Blue C M Y K H S L
Decimal 132 255 170 0.48 0 0.33 0 138.54 1 0.76
Hex 84 FF AA 30 0 21 0 8B 64 4C
Octal 204 377 252 60 0 41 0 213 144 114
Binary 10000100 11111111 10101010 110000 0 100001 0 10001011 1100100 1001100

Color Harmonies of #84FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFAA

Black with #84FFAA

Text Example


Text Example

White with #84FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,255,170); }

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

background-color css

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

 a { background-color: rgb(132,255,170); }

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

border-color css

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

 span { border-color: rgb(132,255,170); }

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