Html Css Color HEX #A1EFC3 Magic Mint

📋 copy color: '#A1EFC3'

red 161 ◦ green 239 ◦ blue 195

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

Shades of Magic Mint #A1EFC3

Tints of Magic Mint #A1EFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.77%

R = 27.06%
G = 40.17%
B = 32.77%

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

#A1EFC3 (or 0xA1EFC3) is known color: Magic Mint. HEX triplet: A1, EF and C3. RGB value is (161,239,195). Sum of RGB (Red+Green+Blue) = 161+239+195=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFC3 is #5E103C. Grayscale: #D2D2D2. Windows color (decimal): -6164541 or 12840865. OLE color: 12840865.

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

Color convert

RGB 161 239 195 -
CMYK 0.33 0 0.18 0.06
HSL 146.15º 0.71% 0.78% -
HSV(B) 146.15º 0.33% 0.94% -
XYZ 55.41 73.25 62.85 -
YUV 210.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 161 239 195 0.33 0 0.18 0.06 146.15 0.71 0.78
Hex A1 EF C3 21 0 12 6 92 47 4E
Octal 241 357 303 41 0 22 6 222 107 116
Binary 10100001 11101111 11000011 100001 0 10010 110 10010010 1000111 1001110

Color Harmonies of #A1EFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFC3

Black with #A1EFC3

Text Example


Text Example

White with #A1EFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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