Html Css Color HEX #A1E7CD Magic Mint

📋 copy color: '#A1E7CD'

red 161 ◦ green 231 ◦ blue 205

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

Shades of Magic Mint #A1E7CD

Tints of Magic Mint #A1E7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 26.97%
G = 38.69%
B = 34.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#A1E7CD (or 0xA1E7CD) is known color: Magic Mint. HEX triplet: A1, E7 and CD. RGB value is (161,231,205). Sum of RGB (Red+Green+Blue) = 161+231+205=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7CD is #5E1832. Grayscale: #CFCFCF. Windows color (decimal): -6166579 or 13494177. OLE color: 13494177.

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

Color convert

RGB 161 231 205 -
CMYK 0.30 0 0.11 0.09
HSL 157.71º 0.59% 0.77% -
HSV(B) 157.71º 0.3% 0.91% -
XYZ 54.29 69.14 68.24 -
YUV 207.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 161 231 205 0.30 0 0.11 0.09 157.71 0.59 0.77
Hex A1 E7 CD 1E 0 B 9 9E 3B 4D
Octal 241 347 315 36 0 13 11 236 73 115
Binary 10100001 11100111 11001101 11110 0 1011 1001 10011110 111011 1001101

Color Harmonies of #A1E7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E7CD

Black with #A1E7CD

Text Example


Text Example

White with #A1E7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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