#A2F3DD

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

Shades of Magic Mint #A2F3DD

Tints of Magic Mint #A2F3DD

Color information

#A2F3DD (or 0xA2F3DD) is unknown color: approx Magic Mint. HEX triplet: A2, F3 and DD. RGB value is (162,243,221). Sum of RGB (Red+Green+Blue) = 162+243+221=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3DD is #5D0C22. Grayscale: #D8D8D8. Windows color (decimal): -6097955 or 14545826. OLE color: 14545826.

HSL color Cylindrical-coordinate representation of color #A2F3DD: hue angle of 163.7º 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 #A2F3DD is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB162243221-
CMYK0.3300.090.05
HSL163.7º77.14%79.41%-
HSV(B)163.7º33.33%95.29%-
XYZ607780.11-
YUV216.27130.6689.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.88%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=25.88%
G=38.82%
B=35.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622432210.3300.090.05163.777.1479.41
HexA2F3DD21095a44d4f
Octal242363335410115244115117
Binary101000101111001111011101100001010011011010010010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3DD; }

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

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

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

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

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

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

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

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