Html Css Color HEX #A1F0D9 Magic Mint

📋 copy color: '#A1F0D9'

red 161 ◦ green 240 ◦ blue 217

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

Shades of Magic Mint #A1F0D9

Tints of Magic Mint #A1F0D9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.83%

 BLUE value IS 217 (85.16% from 255) = 35.11%

R = 26.05%
G = 38.83%
B = 35.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#A1F0D9 (or 0xA1F0D9) is known color: Magic Mint. HEX triplet: A1, F0 and D9. RGB value is (161,240,217). Sum of RGB (Red+Green+Blue) = 161+240+217=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0D9 is #5E0F26. Grayscale: #D5D5D5. Windows color (decimal): -6164263 or 14282913. OLE color: 14282913.

HSL color Cylindrical-coordinate representation of color #A1F0D9: hue angle of 162.53º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0D9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 217 -
CMYK 0.33 0 0.10 0.06
HSL 162.53º 0.72% 0.79% -
HSV(B) 162.53º 0.33% 0.94% -
XYZ 58.38 74.91 77.03 -
YUV 213.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 161 240 217 0.33 0 0.10 0.06 162.53 0.72 0.79
Hex A1 F0 D9 21 0 A 6 A3 48 4F
Octal 241 360 331 41 0 12 6 243 110 117
Binary 10100001 11110000 11011001 100001 0 1010 110 10100011 1001000 1001111

Color Harmonies of #A1F0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0D9

Black with #A1F0D9

Text Example


Text Example

White with #A1F0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0D9; }

 p { color: rgb(161,240,217); }

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

background-color css

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

 a { background-color: rgb(161,240,217); }

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

border-color css

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

 span { border-color: rgb(161,240,217); }

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