Html Css Color HEX #A9FED6 Magic Mint

📋 copy color: '#A9FED6'

red 169 ◦ green 254 ◦ blue 214

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

Shades of Magic Mint #A9FED6

Tints of Magic Mint #A9FED6

RGB

 RED value IS 169 (66.41% from 255) = 26.53%

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

 BLUE value IS 214 (83.98% from 255) = 33.59%

R = 26.53%
G = 39.87%
B = 33.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#A9FED6 (or 0xA9FED6) is known color: Magic Mint. HEX triplet: A9, FE and D6. RGB value is (169,254,214). Sum of RGB (Red+Green+Blue) = 169+254+214=637 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.53% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FED6 is #560129. Grayscale: #E0E0E0. Windows color (decimal): -5636394 or 14089897. OLE color: 14089897.

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

Color convert

RGB 169 254 214 -
CMYK 0.33 0 0.16 0.00
HSL 151.76º 0.98% 0.83% -
HSV(B) 151.76º 0.33% 1% -
XYZ 63.94 84.17 76.5 -
YUV 224.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 169 254 214 0.33 0 0.16 0.00 151.76 0.98 0.83
Hex A9 FE D6 21 0 10 0 98 62 53
Octal 251 376 326 41 0 20 0 230 142 123
Binary 10101001 11111110 11010110 100001 0 10000 0 10011000 1100010 1010011

Color Harmonies of #A9FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FED6

Black with #A9FED6

Text Example


Text Example

White with #A9FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FED6; }

 p { color: rgb(169,254,214); }

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

background-color css

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

 a { background-color: rgb(169,254,214); }

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

border-color css

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

 span { border-color: rgb(169,254,214); }

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