Html Css Color HEX #A1FAD4 Magic Mint

📋 copy color: '#A1FAD4'

red 161 ◦ green 250 ◦ blue 212

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

Shades of Magic Mint #A1FAD4

Tints of Magic Mint #A1FAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 25.84%
G = 40.13%
B = 34.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#A1FAD4 (or 0xA1FAD4) is known color: Magic Mint. HEX triplet: A1, FA and D4. RGB value is (161,250,212). Sum of RGB (Red+Green+Blue) = 161+250+212=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAD4 is #5E052B. Grayscale: #DBDBDB. Windows color (decimal): -6161708 or 13957793. OLE color: 13957793.

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

Color convert

RGB 161 250 212 -
CMYK 0.36 0 0.15 0.02
HSL 154.38º 0.9% 0.81% -
HSV(B) 154.38º 0.36% 0.98% -
XYZ 60.77 80.7 74.66 -
YUV 219.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 161 250 212 0.36 0 0.15 0.02 154.38 0.9 0.81
Hex A1 FA D4 24 0 F 2 9A 5A 51
Octal 241 372 324 44 0 17 2 232 132 121
Binary 10100001 11111010 11010100 100100 0 1111 10 10011010 1011010 1010001

Color Harmonies of #A1FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAD4

Black with #A1FAD4

Text Example


Text Example

White with #A1FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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