Html Css Color HEX #A1FACD Magic Mint

📋 copy color: '#A1FACD'

red 161 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #A1FACD

Tints of Magic Mint #A1FACD

RGB

 RED value IS 161 (63.28% from 255) = 26.14%

 GREEN value IS 250 (98.05% from 255) = 40.58%

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 26.14%
G = 40.58%
B = 33.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A1FACD (or 0xA1FACD) is known color: Magic Mint. HEX triplet: A1, FA and CD. RGB value is (161,250,205). Sum of RGB (Red+Green+Blue) = 161+250+205=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FACD is #5E0532. Grayscale: #DADADA. Windows color (decimal): -6161715 or 13499041. OLE color: 13499041.

HSL color Cylindrical-coordinate representation of color #A1FACD: hue angle of 149.66º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FACD is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 205 -
CMYK 0.36 0 0.18 0.02
HSL 149.66º 0.9% 0.81% -
HSV(B) 149.66º 0.36% 0.98% -
XYZ 59.9 80.36 70.11 -
YUV 218.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 161 250 205 0.36 0 0.18 0.02 149.66 0.9 0.81
Hex A1 FA CD 24 0 12 2 96 5A 51
Octal 241 372 315 44 0 22 2 226 132 121
Binary 10100001 11111010 11001101 100100 0 10010 10 10010110 1011010 1010001

Color Harmonies of #A1FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FACD

Black with #A1FACD

Text Example


Text Example

White with #A1FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FACD; }

 p { color: rgb(161,250,205); }

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

background-color css

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

 a { background-color: rgb(161,250,205); }

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

border-color css

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

 span { border-color: rgb(161,250,205); }

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