#A2F3CE

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

Shades of Magic Mint #A2F3CE

Tints of Magic Mint #A2F3CE

Color information

#A2F3CE (or 0xA2F3CE) is unknown color: approx Magic Mint. HEX triplet: A2, F3 and CE. RGB value is (162,243,206). Sum of RGB (Red+Green+Blue) = 162+243+206=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3CE is #5D0C31. Grayscale: #D6D6D6. Windows color (decimal): -6097970 or 13562786. OLE color: 13562786.

HSL color Cylindrical-coordinate representation of color #A2F3CE: hue angle of 152.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F3CE is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB162243206-
CMYK0.3300.150.05
HSL152.59º77.14%79.41%-
HSV(B)152.59º33.33%95.29%-
XYZ58.0976.2470.05-
YUV214.56123.1690.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.51%
GREEN value IS 243 (95.31% from 255) = 39.77%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=26.51%
G=39.77%
B=33.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622432060.3300.150.05152.5977.1479.41
HexA2F3CE210F5994d4f
Octal242363316410175231115117
Binary101000101111001111001110100001011111011001100110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3CE; }

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

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

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

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

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

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

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

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