Html Css Color HEX #A2FED0 Magic Mint

📋 copy color: '#A2FED0'

red 162 ◦ green 254 ◦ blue 208

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

Shades of Magic Mint #A2FED0

Tints of Magic Mint #A2FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.33%

R = 25.96%
G = 40.71%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#A2FED0 (or 0xA2FED0) is known color: Magic Mint. HEX triplet: A2, FE and D0. RGB value is (162,254,208). Sum of RGB (Red+Green+Blue) = 162+254+208=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FED0 is #5D012F. Grayscale: #DDDDDD. Windows color (decimal): -6095152 or 13696674. OLE color: 13696674.

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

Color convert

RGB 162 254 208 -
CMYK 0.36 0 0.18 0.00
HSL 150º 0.98% 0.82% -
HSV(B) 150º 0.36% 1% -
XYZ 61.73 83.12 72.46 -
YUV 221.25 120.52 85.74 -
System Red Green Blue C M Y K H S L
Decimal 162 254 208 0.36 0 0.18 0.00 150 0.98 0.82
Hex A2 FE D0 24 0 12 0 96 62 52
Octal 242 376 320 44 0 22 0 226 142 122
Binary 10100010 11111110 11010000 100100 0 10010 0 10010110 1100010 1010010

Color Harmonies of #A2FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FED0

Black with #A2FED0

Text Example


Text Example

White with #A2FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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