Html Css Color HEX #A1EFC4 Magic Mint

📋 copy color: '#A1EFC4'

red 161 ◦ green 239 ◦ blue 196

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

Shades of Magic Mint #A1EFC4

Tints of Magic Mint #A1EFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.89%

R = 27.01%
G = 40.1%
B = 32.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#A1EFC4 (or 0xA1EFC4) is known color: Magic Mint. HEX triplet: A1, EF and C4. RGB value is (161,239,196). Sum of RGB (Red+Green+Blue) = 161+239+196=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFC4 is #5E103B. Grayscale: #D2D2D2. Windows color (decimal): -6164540 or 12906401. OLE color: 12906401.

HSL color Cylindrical-coordinate representation of color #A1EFC4: hue angle of 146.92º 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 #A1EFC4 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 196 -
CMYK 0.33 0 0.18 0.06
HSL 146.92º 0.71% 0.78% -
HSV(B) 146.92º 0.33% 0.94% -
XYZ 55.53 73.3 63.45 -
YUV 210.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 161 239 196 0.33 0 0.18 0.06 146.92 0.71 0.78
Hex A1 EF C4 21 0 12 6 93 47 4E
Octal 241 357 304 41 0 22 6 223 107 116
Binary 10100001 11101111 11000100 100001 0 10010 110 10010011 1000111 1001110

Color Harmonies of #A1EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFC4

Black with #A1EFC4

Text Example


Text Example

White with #A1EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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