#84FEAF

Color #84FEAF Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #84FEAF

Tints of Mint Green #84FEAF

Color information

#84FEAF (or 0x84FEAF) is unknown color: approx Mint Green. HEX triplet: 84, FE and AF. RGB value is (132,254,175). Sum of RGB (Red+Green+Blue) = 132+254+175=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FEAF is #7B0150. Grayscale: #D0D0D0. Windows color (decimal): -8061265 or 11533956. OLE color: 11533956.

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

Color convert

RGB132254175-
CMYK0.4800.310.00
HSL141.15º98.39%75.69%-
HSV(B)141.15º48.03%99.61%-
XYZ52.778.8853.01-
YUV208.52109.0873.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=23.53%
G=45.28%
B=31.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541750.4800.310.00141.1598.3975.69
Hex84FEAF3001F08d624c
Octal204376257600370215142114
Binary10000100111111101010111111000001111101000110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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