Html Css Color HEX #A3FFDC Magic Mint

📋 copy color: '#A3FFDC'

red 163 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #A3FFDC

Tints of Magic Mint #A3FFDC

RGB

 RED value IS 163 (64.06% from 255) = 25.55%

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

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

R = 25.55%
G = 39.97%
B = 34.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#A3FFDC (or 0xA3FFDC) is known color: Magic Mint. HEX triplet: A3, FF and DC. RGB value is (163,255,220). Sum of RGB (Red+Green+Blue) = 163+255+220=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFDC is #5C0023. Grayscale: #DFDFDF. Windows color (decimal): -6029348 or 14483363. OLE color: 14483363.

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

Color convert

RGB 163 255 220 -
CMYK 0.36 0 0.14 0
HSL 157.17º 1% 0.82% -
HSV(B) 157.17º 0.36% 1% -
XYZ 63.78 84.47 80.65 -
YUV 223.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 163 255 220 0.36 0 0.14 0 157.17 1 0.82
Hex A3 FF DC 24 0 E 0 9D 64 52
Octal 243 377 334 44 0 16 0 235 144 122
Binary 10100011 11111111 11011100 100100 0 1110 0 10011101 1100100 1010010

Color Harmonies of #A3FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FFDC

Black with #A3FFDC

Text Example


Text Example

White with #A3FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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