Html Css Color HEX #A1E7C2 Magic Mint

📋 copy color: '#A1E7C2'

red 161 ◦ green 231 ◦ blue 194

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

Shades of Magic Mint #A1E7C2

Tints of Magic Mint #A1E7C2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.42%

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

R = 27.47%
G = 39.42%
B = 33.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#A1E7C2 (or 0xA1E7C2) is known color: Magic Mint. HEX triplet: A1, E7 and C2. RGB value is (161,231,194). Sum of RGB (Red+Green+Blue) = 161+231+194=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7C2 is #5E183D. Grayscale: #CDCDCD. Windows color (decimal): -6166590 or 12773281. OLE color: 12773281.

HSL color Cylindrical-coordinate representation of color #A1E7C2: hue angle of 148.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7C2 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 231 194 -
CMYK 0.30 0 0.16 0.09
HSL 148.29º 0.59% 0.77% -
HSV(B) 148.29º 0.3% 0.91% -
XYZ 53.01 68.62 61.49 -
YUV 205.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 161 231 194 0.30 0 0.16 0.09 148.29 0.59 0.77
Hex A1 E7 C2 1E 0 10 9 94 3B 4D
Octal 241 347 302 36 0 20 11 224 73 115
Binary 10100001 11100111 11000010 11110 0 10000 1001 10010100 111011 1001101

Color Harmonies of #A1E7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E7C2

Black with #A1E7C2

Text Example


Text Example

White with #A1E7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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