#A2FEC6

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

Shades of Magic Mint #A2FEC6

Tints of Magic Mint #A2FEC6

Color information

#A2FEC6 (or 0xA2FEC6) is unknown color: approx Magic Mint. HEX triplet: A2, FE and C6. RGB value is (162,254,198). Sum of RGB (Red+Green+Blue) = 162+254+198=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEC6 is #5D0139. Grayscale: #DCDCDC. Windows color (decimal): -6095162 or 13041314. OLE color: 13041314.

HSL color Cylindrical-coordinate representation of color #A2FEC6: hue angle of 143.48º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEC6 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB162254198-
CMYK0.3600.220.00
HSL143.48º97.87%81.57%-
HSV(B)143.48º36.22%99.61%-
XYZ60.5482.6466.19-
YUV220.11115.5286.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.38%
GREEN value IS 254 (99.61% from 255) = 41.37%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=26.38%
G=41.37%
B=32.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622541980.3600.220.00143.4897.8781.57
HexA2FEC62401608f6252
Octal242376306440260217142122
Binary10100010111111101100011010010001011001000111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEC6; }

 p { color: rgb(162,254,198); }

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

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

 a { background-color: rgb(162,254,198); }

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

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

 span { border-color: rgb(162,254,198); }

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