Html Css Color HEX #A9FFDC Magic Mint

📋 copy color: '#A9FFDC'

red 169 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #A9FFDC

Tints of Magic Mint #A9FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.6%

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 26.24%
G = 39.6%
B = 34.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#A9FFDC (or 0xA9FFDC) is known color: Magic Mint. HEX triplet: A9, FF and DC. RGB value is (169,255,220). Sum of RGB (Red+Green+Blue) = 169+255+220=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFDC is #560023. Grayscale: #E1E1E1. Windows color (decimal): -5636132 or 14483369. OLE color: 14483369.

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

Color convert

RGB 169 255 220 -
CMYK 0.34 0 0.14 0
HSL 155.58º 1% 0.83% -
HSV(B) 155.58º 0.34% 1% -
XYZ 65.04 85.12 80.71 -
YUV 225.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 169 255 220 0.34 0 0.14 0 155.58 1 0.83
Hex A9 FF DC 22 0 E 0 9C 64 53
Octal 251 377 334 42 0 16 0 234 144 123
Binary 10101001 11111111 11011100 100010 0 1110 0 10011100 1100100 1010011

Color Harmonies of #A9FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FFDC

Black with #A9FFDC

Text Example


Text Example

White with #A9FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FFDC; }

 p { color: rgb(169,255,220); }

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

background-color css

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

 a { background-color: rgb(169,255,220); }

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

border-color css

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

 span { border-color: rgb(169,255,220); }

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