#A2FCBE

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

Shades of Magic Mint #A2FCBE

Tints of Magic Mint #A2FCBE

Color information

#A2FCBE (or 0xA2FCBE) is unknown color: approx Magic Mint. HEX triplet: A2, FC and BE. RGB value is (162,252,190). Sum of RGB (Red+Green+Blue) = 162+252+190=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCBE is #5D0341. Grayscale: #DADADA. Windows color (decimal): -6095682 or 12516514. OLE color: 12516514.

HSL color Cylindrical-coordinate representation of color #A2FCBE: hue angle of 138.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCBE is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB162252190-
CMYK0.3600.250.01
HSL138.67º93.75%81.18%-
HSV(B)138.67º35.71%98.82%-
XYZ5981.0261.24-
YUV218.02112.1888.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.82%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=26.82%
G=41.72%
B=31.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622521900.3600.250.01138.6793.7581.18
HexA2FCBE2401918b5e51
Octal242374276440311213136121
Binary10100010111111001011111010010001100111000101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCBE; }

 p { color: rgb(162,252,190); }

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

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

 a { background-color: rgb(162,252,190); }

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

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

 span { border-color: rgb(162,252,190); }

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