Html Css Color HEX #A1FCD6 Magic Mint

📋 copy color: '#A1FCD6'

red 161 ◦ green 252 ◦ blue 214

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

Shades of Magic Mint #A1FCD6

Tints of Magic Mint #A1FCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.19%

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

R = 25.68%
G = 40.19%
B = 34.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#A1FCD6 (or 0xA1FCD6) is known color: Magic Mint. HEX triplet: A1, FC and D6. RGB value is (161,252,214). Sum of RGB (Red+Green+Blue) = 161+252+214=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCD6 is #5E0329. Grayscale: #DCDCDC. Windows color (decimal): -6161194 or 14089377. OLE color: 14089377.

HSL color Cylindrical-coordinate representation of color #A1FCD6: hue angle of 154.95º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCD6 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 214 -
CMYK 0.36 0 0.15 0.01
HSL 154.95º 0.94% 0.81% -
HSV(B) 154.95º 0.36% 0.99% -
XYZ 61.65 82.05 76.21 -
YUV 220.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 161 252 214 0.36 0 0.15 0.01 154.95 0.94 0.81
Hex A1 FC D6 24 0 F 1 9B 5E 51
Octal 241 374 326 44 0 17 1 233 136 121
Binary 10100001 11111100 11010110 100100 0 1111 1 10011011 1011110 1010001

Color Harmonies of #A1FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCD6

Black with #A1FCD6

Text Example


Text Example

White with #A1FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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