Html Css Color HEX #A1F9D6 Magic Mint

📋 copy color: '#A1F9D6'

red 161 ◦ green 249 ◦ blue 214

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

Shades of Magic Mint #A1F9D6

Tints of Magic Mint #A1F9D6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.9%

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 25.8%
G = 39.9%
B = 34.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#A1F9D6 (or 0xA1F9D6) is known color: Magic Mint. HEX triplet: A1, F9 and D6. RGB value is (161,249,214). Sum of RGB (Red+Green+Blue) = 161+249+214=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9D6 is #5E0629. Grayscale: #DADADA. Windows color (decimal): -6161962 or 14088609. OLE color: 14088609.

HSL color Cylindrical-coordinate representation of color #A1F9D6: hue angle of 156.14º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9D6 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 214 -
CMYK 0.35 0 0.14 0.02
HSL 156.14º 0.88% 0.8% -
HSV(B) 156.14º 0.35% 0.98% -
XYZ 60.71 80.18 75.9 -
YUV 218.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 161 249 214 0.35 0 0.14 0.02 156.14 0.88 0.8
Hex A1 F9 D6 23 0 E 2 9C 58 50
Octal 241 371 326 43 0 16 2 234 130 120
Binary 10100001 11111001 11010110 100011 0 1110 10 10011100 1011000 1010000

Color Harmonies of #A1F9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9D6

Black with #A1F9D6

Text Example


Text Example

White with #A1F9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9D6; }

 p { color: rgb(161,249,214); }

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

background-color css

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

 a { background-color: rgb(161,249,214); }

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

border-color css

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

 span { border-color: rgb(161,249,214); }

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