Html Css Color HEX #A1FECF Magic Mint

📋 copy color: '#A1FECF'

red 161 ◦ green 254 ◦ blue 207

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

Shades of Magic Mint #A1FECF

Tints of Magic Mint #A1FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.84%

 BLUE value IS 207 (81.25% from 255) = 33.28%

R = 25.88%
G = 40.84%
B = 33.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#A1FECF (or 0xA1FECF) is known color: Magic Mint. HEX triplet: A1, FE and CF. RGB value is (161,254,207). Sum of RGB (Red+Green+Blue) = 161+254+207=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FECF is #5E0130. Grayscale: #DCDCDC. Windows color (decimal): -6160689 or 13631137. OLE color: 13631137.

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

Color convert

RGB 161 254 207 -
CMYK 0.37 0 0.19 0.00
HSL 149.68º 0.98% 0.81% -
HSV(B) 149.68º 0.37% 1% -
XYZ 61.4 82.97 71.81 -
YUV 220.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 161 254 207 0.37 0 0.19 0.00 149.68 0.98 0.81
Hex A1 FE CF 25 0 13 0 96 62 51
Octal 241 376 317 45 0 23 0 226 142 121
Binary 10100001 11111110 11001111 100101 0 10011 0 10010110 1100010 1010001

Color Harmonies of #A1FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FECF

Black with #A1FECF

Text Example


Text Example

White with #A1FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FECF; }

 p { color: rgb(161,254,207); }

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

background-color css

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

 a { background-color: rgb(161,254,207); }

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

border-color css

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

 span { border-color: rgb(161,254,207); }

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