Html Css Color HEX #A1E6CD Magic Mint

📋 copy color: '#A1E6CD'

red 161 ◦ green 230 ◦ blue 205

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

Shades of Magic Mint #A1E6CD

Tints of Magic Mint #A1E6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.59%

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

R = 27.01%
G = 38.59%
B = 34.4%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#A1E6CD (or 0xA1E6CD) is known color: Magic Mint. HEX triplet: A1, E6 and CD. RGB value is (161,230,205). Sum of RGB (Red+Green+Blue) = 161+230+205=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6CD is #5E1932. Grayscale: #CECECE. Windows color (decimal): -6166835 or 13493921. OLE color: 13493921.

HSL color Cylindrical-coordinate representation of color #A1E6CD: hue angle of 158.26º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6CD is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 205 -
CMYK 0.3 0 0.11 0.10
HSL 158.26º 0.58% 0.77% -
HSV(B) 158.26º 0.3% 0.9% -
XYZ 54.01 68.58 68.15 -
YUV 206.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 161 230 205 0.3 0 0.11 0.10 158.26 0.58 0.77
Hex A1 E6 CD 1E 0 B A 9E 3A 4D
Octal 241 346 315 36 0 13 12 236 72 115
Binary 10100001 11100110 11001101 11110 0 1011 1010 10011110 111010 1001101

Color Harmonies of #A1E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E6CD

Black with #A1E6CD

Text Example


Text Example

White with #A1E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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