#A2DFC4

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

Shades of Magic Mint #A2DFC4

Tints of Magic Mint #A2DFC4

Color information

#A2DFC4 (or 0xA2DFC4) is unknown color: approx Magic Mint. HEX triplet: A2, DF and C4. RGB value is (162,223,196). Sum of RGB (Red+Green+Blue) = 162+223+196=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFC4 is #5D203B. Grayscale: #C9C9C9. Windows color (decimal): -6103100 or 12902306. OLE color: 12902306.

HSL color Cylindrical-coordinate representation of color #A2DFC4: hue angle of 153.44º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFC4 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB162223196-
CMYK0.2700.120.13
HSL153.44º48.8%75.49%-
HSV(B)153.44º27.35%87.45%-
XYZ51.2564.4461.96-
YUV201.68124.7999.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=27.88%
G=38.38%
B=33.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231960.2700.120.13153.4448.875.49
HexA2DFC41B0CD99314b
Octal242337304330141523161113
Binary10100010110111111100010011011011001101100110011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFC4; }

 p { color: rgb(162,223,196); }

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

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

 a { background-color: rgb(162,223,196); }

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

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

 span { border-color: rgb(162,223,196); }

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