Html Css Color HEX #A1FACC Magic Mint

📋 copy color: '#A1FACC'

red 161 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #A1FACC

Tints of Magic Mint #A1FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 26.18%
G = 40.65%
B = 33.17%

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

#A1FACC (or 0xA1FACC) is known color: Magic Mint. HEX triplet: A1, FA and CC. RGB value is (161,250,204). Sum of RGB (Red+Green+Blue) = 161+250+204=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FACC is #5E0533. Grayscale: #DADADA. Windows color (decimal): -6161716 or 13433505. OLE color: 13433505.

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

Color convert

RGB 161 250 204 -
CMYK 0.36 0 0.18 0.02
HSL 148.99º 0.9% 0.81% -
HSV(B) 148.99º 0.36% 0.98% -
XYZ 59.78 80.31 69.48 -
YUV 218.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 161 250 204 0.36 0 0.18 0.02 148.99 0.9 0.81
Hex A1 FA CC 24 0 12 2 95 5A 51
Octal 241 372 314 44 0 22 2 225 132 121
Binary 10100001 11111010 11001100 100100 0 10010 10 10010101 1011010 1010001

Color Harmonies of #A1FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FACC

Black with #A1FACC

Text Example


Text Example

White with #A1FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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