Html Css Color HEX #A2F6DF Magic Mint

📋 copy color: '#A2F6DF'

red 162 ◦ green 246 ◦ blue 223

#A2F6DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A2F6DF

Tints of Magic Mint #A2F6DF

RGB

 RED value IS 162 (63.67% from 255) = 25.67%

 GREEN value IS 246 (96.48% from 255) = 38.99%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 25.67%
G = 38.99%
B = 35.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#A2F6DF (or 0xA2F6DF) is known color: Magic Mint. HEX triplet: A2, F6 and DF. RGB value is (162,246,223). Sum of RGB (Red+Green+Blue) = 162+246+223=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F6DF is #5D0920. Grayscale: #DADADA. Windows color (decimal): -6097185 or 14677666. OLE color: 14677666.

HSL color Cylindrical-coordinate representation of color #A2F6DF: hue angle of 163.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F6DF is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 246 223 -
CMYK 0.34 0 0.09 0.04
HSL 163.57º 0.82% 0.8% -
HSV(B) 163.57º 0.34% 0.96% -
XYZ 61.18 78.92 81.82 -
YUV 218.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 162 246 223 0.34 0 0.09 0.04 163.57 0.82 0.8
Hex A2 F6 DF 22 0 9 4 A4 52 50
Octal 242 366 337 42 0 11 4 244 122 120
Binary 10100010 11110110 11011111 100010 0 1001 100 10100100 1010010 1010000

Color Harmonies of #A2F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F6DF

Black with #A2F6DF

Text Example


Text Example

White with #A2F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F6DF; }

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

 H1.HeaderClassName
 {
   color: #A2F6DF;
 }
 .AnyTagClassName
 {
   color: #A2F6DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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