Html Css Color HEX #A2FECC Magic Mint

📋 copy color: '#A2FECC'

red 162 ◦ green 254 ◦ blue 204

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

Shades of Magic Mint #A2FECC

Tints of Magic Mint #A2FECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.97%

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 26.13%
G = 40.97%
B = 32.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#A2FECC (or 0xA2FECC) is known color: Magic Mint. HEX triplet: A2, FE and CC. RGB value is (162,254,204). Sum of RGB (Red+Green+Blue) = 162+254+204=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECC is #5D0133. Grayscale: #DCDCDC. Windows color (decimal): -6095156 or 13434530. OLE color: 13434530.

HSL color Cylindrical-coordinate representation of color #A2FECC: hue angle of 147.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FECC is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 254 204 -
CMYK 0.36 0 0.20 0.00
HSL 147.39º 0.98% 0.82% -
HSV(B) 147.39º 0.36% 1% -
XYZ 61.24 82.92 69.91 -
YUV 220.79 118.52 86.07 -
System Red Green Blue C M Y K H S L
Decimal 162 254 204 0.36 0 0.20 0.00 147.39 0.98 0.82
Hex A2 FE CC 24 0 14 0 93 62 52
Octal 242 376 314 44 0 24 0 223 142 122
Binary 10100010 11111110 11001100 100100 0 10100 0 10010011 1100010 1010010

Color Harmonies of #A2FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FECC

Black with #A2FECC

Text Example


Text Example

White with #A2FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FECC; }

 p { color: rgb(162,254,204); }

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

background-color css

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

 a { background-color: rgb(162,254,204); }

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

border-color css

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

 span { border-color: rgb(162,254,204); }

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