#A2FDCB

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

Shades of Magic Mint #A2FDCB

Tints of Magic Mint #A2FDCB

Color information

#A2FDCB (or 0xA2FDCB) is unknown color: approx Magic Mint. HEX triplet: A2, FD and CB. RGB value is (162,253,203). Sum of RGB (Red+Green+Blue) = 162+253+203=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDCB is #5D0234. Grayscale: #DCDCDC. Windows color (decimal): -6095413 or 13368738. OLE color: 13368738.

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

Color convert

RGB162253203-
CMYK0.3600.200.01
HSL147.03º95.79%81.37%-
HSV(B)147.03º35.97%99.22%-
XYZ60.8182.2469.17-
YUV220.09118.3586.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.21%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=26.21%
G=40.94%
B=32.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622532030.3600.200.01147.0395.7981.37
HexA2FDCB240141936051
Octal242375313440241223140121
Binary10100010111111011100101110010001010011001001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FDCB; }

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

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

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

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

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

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

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

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