Html Css Color HEX #A1E7C5 Magic Mint

📋 copy color: '#A1E7C5'

red 161 ◦ green 231 ◦ blue 197

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

Shades of Magic Mint #A1E7C5

Tints of Magic Mint #A1E7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 27.33%
G = 39.22%
B = 33.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#A1E7C5 (or 0xA1E7C5) is known color: Magic Mint. HEX triplet: A1, E7 and C5. RGB value is (161,231,197). Sum of RGB (Red+Green+Blue) = 161+231+197=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7C5 is #5E183A. Grayscale: #CECECE. Windows color (decimal): -6166587 or 12969889. OLE color: 12969889.

HSL color Cylindrical-coordinate representation of color #A1E7C5: hue angle of 150.86º 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 #A1E7C5 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 231 197 -
CMYK 0.30 0 0.15 0.09
HSL 150.86º 0.59% 0.77% -
HSV(B) 150.86º 0.3% 0.91% -
XYZ 53.35 68.76 63.28 -
YUV 206.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 161 231 197 0.30 0 0.15 0.09 150.86 0.59 0.77
Hex A1 E7 C5 1E 0 F 9 97 3B 4D
Octal 241 347 305 36 0 17 11 227 73 115
Binary 10100001 11100111 11000101 11110 0 1111 1001 10010111 111011 1001101

Color Harmonies of #A1E7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E7C5

Black with #A1E7C5

Text Example


Text Example

White with #A1E7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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