#A2FECF

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

Shades of Magic Mint #A2FECF

Tints of Magic Mint #A2FECF

Color information

#A2FECF (or 0xA2FECF) is unknown color: approx Magic Mint. HEX triplet: A2, FE and CF. RGB value is (162,254,207). Sum of RGB (Red+Green+Blue) = 162+254+207=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECF is #5D0130. Grayscale: #DDDDDD. Windows color (decimal): -6095153 or 13631138. OLE color: 13631138.

HSL color Cylindrical-coordinate representation of color #A2FECF: hue angle of 149.35º 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 #A2FECF is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB162254207-
CMYK0.3600.190.00
HSL149.35º97.87%81.57%-
HSV(B)149.35º36.22%99.61%-
XYZ61.683.0771.82-
YUV221.13120.0285.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.00%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=26.00%
G=40.77%
B=33.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542070.3600.190.00149.3597.8781.57
HexA2FECF240130956252
Octal242376317440230225142122
Binary10100010111111101100111110010001001101001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FECF; }

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

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

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

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

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

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

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

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