Html Css Color HEX #A1F6DD Magic Mint

📋 copy color: '#A1F6DD'

red 161 ◦ green 246 ◦ blue 221

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

Shades of Magic Mint #A1F6DD

Tints of Magic Mint #A1F6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.17%

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 25.64%
G = 39.17%
B = 35.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#A1F6DD (or 0xA1F6DD) is known color: Magic Mint. HEX triplet: A1, F6 and DD. RGB value is (161,246,221). Sum of RGB (Red+Green+Blue) = 161+246+221=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F6DD is #5E0922. Grayscale: #D9D9D9. Windows color (decimal): -6162723 or 14546593. OLE color: 14546593.

HSL color Cylindrical-coordinate representation of color #A1F6DD: hue angle of 162.35º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F6DD is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 246 221 -
CMYK 0.35 0 0.10 0.04
HSL 162.35º 0.83% 0.8% -
HSV(B) 162.35º 0.35% 0.96% -
XYZ 60.7 78.71 80.4 -
YUV 217.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 161 246 221 0.35 0 0.10 0.04 162.35 0.83 0.8
Hex A1 F6 DD 23 0 A 4 A2 53 50
Octal 241 366 335 43 0 12 4 242 123 120
Binary 10100001 11110110 11011101 100011 0 1010 100 10100010 1010011 1010000

Color Harmonies of #A1F6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F6DD

Black with #A1F6DD

Text Example


Text Example

White with #A1F6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F6DD; }

 p { color: rgb(161,246,221); }

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

background-color css

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

 a { background-color: rgb(161,246,221); }

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

border-color css

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

 span { border-color: rgb(161,246,221); }

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