Html Css Color HEX #A1E4C2 Magic Mint

📋 copy color: '#A1E4C2'

red 161 ◦ green 228 ◦ blue 194

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

Shades of Magic Mint #A1E4C2

Tints of Magic Mint #A1E4C2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.11%

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 27.62%
G = 39.11%
B = 33.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#A1E4C2 (or 0xA1E4C2) is known color: Magic Mint. HEX triplet: A1, E4 and C2. RGB value is (161,228,194). Sum of RGB (Red+Green+Blue) = 161+228+194=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4C2 is #5E1B3D. Grayscale: #CCCCCC. Windows color (decimal): -6167358 or 12772513. OLE color: 12772513.

HSL color Cylindrical-coordinate representation of color #A1E4C2: hue angle of 149.55º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4C2 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 228 194 -
CMYK 0.29 0 0.15 0.11
HSL 149.55º 0.55% 0.76% -
HSV(B) 149.55º 0.29% 0.89% -
XYZ 52.18 66.96 61.21 -
YUV 204.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 161 228 194 0.29 0 0.15 0.11 149.55 0.55 0.76
Hex A1 E4 C2 1D 0 F B 96 37 4C
Octal 241 344 302 35 0 17 13 226 67 114
Binary 10100001 11100100 11000010 11101 0 1111 1011 10010110 110111 1001100

Color Harmonies of #A1E4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4C2

Black with #A1E4C2

Text Example


Text Example

White with #A1E4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4C2; }

 p { color: rgb(161,228,194); }

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

background-color css

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

 a { background-color: rgb(161,228,194); }

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

border-color css

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

 span { border-color: rgb(161,228,194); }

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