Html Css Color HEX #A2FCD2 Magic Mint

📋 copy color: '#A2FCD2'

red 162 ◦ green 252 ◦ blue 210

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

Shades of Magic Mint #A2FCD2

Tints of Magic Mint #A2FCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.65%

R = 25.96%
G = 40.38%
B = 33.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#A2FCD2 (or 0xA2FCD2) is known color: Magic Mint. HEX triplet: A2, FC and D2. RGB value is (162,252,210). Sum of RGB (Red+Green+Blue) = 162+252+210=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCD2 is #5D032D. Grayscale: #DCDCDC. Windows color (decimal): -6095662 or 13827234. OLE color: 13827234.

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

Color convert

RGB 162 252 210 -
CMYK 0.36 0 0.17 0.01
HSL 152º 0.94% 0.81% -
HSV(B) 152º 0.36% 0.99% -
XYZ 61.34 81.96 73.56 -
YUV 220.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 162 252 210 0.36 0 0.17 0.01 152 0.94 0.81
Hex A2 FC D2 24 0 11 1 98 5E 51
Octal 242 374 322 44 0 21 1 230 136 121
Binary 10100010 11111100 11010010 100100 0 10001 1 10011000 1011110 1010001

Color Harmonies of #A2FCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCD2

Black with #A2FCD2

Text Example


Text Example

White with #A2FCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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