Html Css Color HEX #A1FAD5 Magic Mint

📋 copy color: '#A1FAD5'

red 161 ◦ green 250 ◦ blue 213

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

Shades of Magic Mint #A1FAD5

Tints of Magic Mint #A1FAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 25.8%
G = 40.06%
B = 34.13%

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

#A1FAD5 (or 0xA1FAD5) is known color: Magic Mint. HEX triplet: A1, FA and D5. RGB value is (161,250,213). Sum of RGB (Red+Green+Blue) = 161+250+213=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAD5 is #5E052A. Grayscale: #DBDBDB. Windows color (decimal): -6161707 or 14023329. OLE color: 14023329.

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

Color convert

RGB 161 250 213 -
CMYK 0.36 0 0.15 0.02
HSL 155.06º 0.9% 0.81% -
HSV(B) 155.06º 0.36% 0.98% -
XYZ 60.89 80.75 75.33 -
YUV 219.17 124.51 86.51 -
System Red Green Blue C M Y K H S L
Decimal 161 250 213 0.36 0 0.15 0.02 155.06 0.9 0.81
Hex A1 FA D5 24 0 F 2 9B 5A 51
Octal 241 372 325 44 0 17 2 233 132 121
Binary 10100001 11111010 11010101 100100 0 1111 10 10011011 1011010 1010001

Color Harmonies of #A1FAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAD5

Black with #A1FAD5

Text Example


Text Example

White with #A1FAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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