Html Css Color HEX #A2FCDA Magic Mint

📋 copy color: '#A2FCDA'

red 162 ◦ green 252 ◦ blue 218

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

Shades of Magic Mint #A2FCDA

Tints of Magic Mint #A2FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 25.63%
G = 39.87%
B = 34.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A2FCDA (or 0xA2FCDA) is known color: Magic Mint. HEX triplet: A2, FC and DA. RGB value is (162,252,218). Sum of RGB (Red+Green+Blue) = 162+252+218=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCDA is #5D0325. Grayscale: #DDDDDD. Windows color (decimal): -6095654 or 14351522. OLE color: 14351522.

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

Color convert

RGB 162 252 218 -
CMYK 0.36 0 0.13 0.01
HSL 157.33º 0.94% 0.81% -
HSV(B) 157.33º 0.36% 0.99% -
XYZ 62.37 82.36 78.94 -
YUV 221.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 162 252 218 0.36 0 0.13 0.01 157.33 0.94 0.81
Hex A2 FC DA 24 0 D 1 9D 5E 51
Octal 242 374 332 44 0 15 1 235 136 121
Binary 10100010 11111100 11011010 100100 0 1101 1 10011101 1011110 1010001

Color Harmonies of #A2FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCDA

Black with #A2FCDA

Text Example


Text Example

White with #A2FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCDA; }

 p { color: rgb(162,252,218); }

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

background-color css

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

 a { background-color: rgb(162,252,218); }

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

border-color css

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

 span { border-color: rgb(162,252,218); }

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