#A2F5CE

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

Shades of Magic Mint #A2F5CE

Tints of Magic Mint #A2F5CE

Color information

#A2F5CE (or 0xA2F5CE) is unknown color: approx Magic Mint. HEX triplet: A2, F5 and CE. RGB value is (162,245,206). Sum of RGB (Red+Green+Blue) = 162+245+206=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F5CE is #5D0A31. Grayscale: #D7D7D7. Windows color (decimal): -6097458 or 13563298. OLE color: 13563298.

HSL color Cylindrical-coordinate representation of color #A2F5CE: hue angle of 151.81º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F5CE is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB162245206-
CMYK0.3400.160.04
HSL151.81º80.58%79.8%-
HSV(B)151.81º33.88%96.08%-
XYZ58.6977.4470.25-
YUV215.74122.589.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.43%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=26.43%
G=39.97%
B=33.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622452060.3400.160.04151.8180.5879.8
HexA2F5CE220104985150
Octal242365316420204230121120
Binary1010001011110101110011101000100100001001001100010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F5CE; }

 p { color: rgb(162,245,206); }

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

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

 a { background-color: rgb(162,245,206); }

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

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

 span { border-color: rgb(162,245,206); }

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