#A2FDDB

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

Shades of Magic Mint #A2FDDB

Tints of Magic Mint #A2FDDB

Color information

#A2FDDB (or 0xA2FDDB) is unknown color: approx Magic Mint. HEX triplet: A2, FD and DB. RGB value is (162,253,219). Sum of RGB (Red+Green+Blue) = 162+253+219=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDDB is #5D0224. Grayscale: #DDDDDD. Windows color (decimal): -6095397 or 14417314. OLE color: 14417314.

HSL color Cylindrical-coordinate representation of color #A2FDDB: hue angle of 157.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDDB is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB162253219-
CMYK0.3600.130.01
HSL157.58º95.79%81.37%-
HSV(B)157.58º35.97%99.22%-
XYZ62.8183.0579.74-
YUV221.92126.3585.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.55%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=25.55%
G=39.91%
B=34.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622532190.3600.130.01157.5895.7981.37
HexA2FDDB240D19e6051
Octal242375333440151236140121
Binary1010001011111101110110111001000110111001111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FDDB; }

 p { color: rgb(162,253,219); }

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

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

 a { background-color: rgb(162,253,219); }

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

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

 span { border-color: rgb(162,253,219); }

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