Html Css Color HEX #A1EFC1 Magic Mint

📋 copy color: '#A1EFC1'

red 161 ◦ green 239 ◦ blue 193

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

Shades of Magic Mint #A1EFC1

Tints of Magic Mint #A1EFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

 BLUE value IS 193 (75.78% from 255) = 32.55%

R = 27.15%
G = 40.3%
B = 32.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#A1EFC1 (or 0xA1EFC1) is known color: Magic Mint. HEX triplet: A1, EF and C1. RGB value is (161,239,193). Sum of RGB (Red+Green+Blue) = 161+239+193=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFC1 is #5E103E. Grayscale: #D2D2D2. Windows color (decimal): -6164543 or 12709793. OLE color: 12709793.

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

Color convert

RGB 161 239 193 -
CMYK 0.33 0 0.19 0.06
HSL 144.62º 0.71% 0.78% -
HSV(B) 144.62º 0.33% 0.94% -
XYZ 55.19 73.16 61.66 -
YUV 210.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 161 239 193 0.33 0 0.19 0.06 144.62 0.71 0.78
Hex A1 EF C1 21 0 13 6 91 47 4E
Octal 241 357 301 41 0 23 6 221 107 116
Binary 10100001 11101111 11000001 100001 0 10011 110 10010001 1000111 1001110

Color Harmonies of #A1EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFC1

Black with #A1EFC1

Text Example


Text Example

White with #A1EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFC1; }

 p { color: rgb(161,239,193); }

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

background-color css

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

 a { background-color: rgb(161,239,193); }

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

border-color css

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

 span { border-color: rgb(161,239,193); }

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