Html Css Color HEX #A1FFC5 Magic Mint

📋 copy color: '#A1FFC5'

red 161 ◦ green 255 ◦ blue 197

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

Shades of Magic Mint #A1FFC5

Tints of Magic Mint #A1FFC5

RGB

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

 GREEN value IS 255 (100% from 255) = 41.6%

 BLUE value IS 197 (77.34% from 255) = 32.14%

R = 26.26%
G = 41.6%
B = 32.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#A1FFC5 (or 0xA1FFC5) is known color: Magic Mint. HEX triplet: A1, FF and C5. RGB value is (161,255,197). Sum of RGB (Red+Green+Blue) = 161+255+197=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFC5 is #5E003A. Grayscale: #DCDCDC. Windows color (decimal): -6160443 or 12976033. OLE color: 12976033.

HSL color Cylindrical-coordinate representation of color #A1FFC5: hue angle of 142.98º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFC5 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 161 255 197 -
CMYK 0.37 0 0.23 0
HSL 142.98º 1% 0.82% -
HSV(B) 142.98º 0.37% 1% -
XYZ 60.54 83.13 65.68 -
YUV 220.28 114.86 85.72 -
System Red Green Blue C M Y K H S L
Decimal 161 255 197 0.37 0 0.23 0 142.98 1 0.82
Hex A1 FF C5 25 0 17 0 8F 64 52
Octal 241 377 305 45 0 27 0 217 144 122
Binary 10100001 11111111 11000101 100101 0 10111 0 10001111 1100100 1010010

Color Harmonies of #A1FFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFC5

Black with #A1FFC5

Text Example


Text Example

White with #A1FFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFC5; }

 p { color: rgb(161,255,197); }

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

background-color css

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

 a { background-color: rgb(161,255,197); }

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

border-color css

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

 span { border-color: rgb(161,255,197); }

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