Html Css Color HEX #84FFAF Mint Green

📋 copy color: '#84FFAF'

red 132 ◦ green 255 ◦ blue 175

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

Shades of Mint Green #84FFAF

Tints of Mint Green #84FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 23.49%
G = 45.37%
B = 31.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#84FFAF (or 0x84FFAF) is known color: Mint Green. HEX triplet: 84, FF and AF. RGB value is (132,255,175). Sum of RGB (Red+Green+Blue) = 132+255+175=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FFAF is #7B0050. Grayscale: #D1D1D1. Windows color (decimal): -8061009 or 11534212. OLE color: 11534212.

HSL color Cylindrical-coordinate representation of color #84FFAF: hue angle of 140.98º 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 #84FFAF is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 175 -
CMYK 0.48 0 0.31 0
HSL 140.98º 1% 0.76% -
HSV(B) 140.98º 0.48% 1% -
XYZ 53.01 79.52 53.11 -
YUV 209.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 132 255 175 0.48 0 0.31 0 140.98 1 0.76
Hex 84 FF AF 30 0 1F 0 8D 64 4C
Octal 204 377 257 60 0 37 0 215 144 114
Binary 10000100 11111111 10101111 110000 0 11111 0 10001101 1100100 1001100

Color Harmonies of #84FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFAF

Black with #84FFAF

Text Example


Text Example

White with #84FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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