Html Css Color HEX #A2FEC4 Magic Mint

📋 copy color: '#A2FEC4'

red 162 ◦ green 254 ◦ blue 196

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

Shades of Magic Mint #A2FEC4

Tints of Magic Mint #A2FEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 26.47%
G = 41.5%
B = 32.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#A2FEC4 (or 0xA2FEC4) is known color: Magic Mint. HEX triplet: A2, FE and C4. RGB value is (162,254,196). Sum of RGB (Red+Green+Blue) = 162+254+196=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEC4 is #5D013B. Grayscale: #DCDCDC. Windows color (decimal): -6095164 or 12910242. OLE color: 12910242.

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

Color convert

RGB 162 254 196 -
CMYK 0.36 0 0.23 0.00
HSL 142.17º 0.98% 0.82% -
HSV(B) 142.17º 0.36% 1% -
XYZ 60.31 82.55 64.98 -
YUV 219.88 114.52 86.72 -
System Red Green Blue C M Y K H S L
Decimal 162 254 196 0.36 0 0.23 0.00 142.17 0.98 0.82
Hex A2 FE C4 24 0 17 0 8E 62 52
Octal 242 376 304 44 0 27 0 216 142 122
Binary 10100010 11111110 11000100 100100 0 10111 0 10001110 1100010 1010010

Color Harmonies of #A2FEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEC4

Black with #A2FEC4

Text Example


Text Example

White with #A2FEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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