Html Css Color HEX #A1E5CE Magic Mint

📋 copy color: '#A1E5CE'

red 161 ◦ green 229 ◦ blue 206

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

Shades of Magic Mint #A1E5CE

Tints of Magic Mint #A1E5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 27.01%
G = 38.42%
B = 34.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#A1E5CE (or 0xA1E5CE) is known color: Magic Mint. HEX triplet: A1, E5 and CE. RGB value is (161,229,206). Sum of RGB (Red+Green+Blue) = 161+229+206=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5CE is #5E1A31. Grayscale: #CECECE. Windows color (decimal): -6167090 or 13559201. OLE color: 13559201.

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

Color convert

RGB 161 229 206 -
CMYK 0.30 0 0.10 0.10
HSL 159.71º 0.57% 0.76% -
HSV(B) 159.71º 0.3% 0.9% -
XYZ 53.86 68.07 68.69 -
YUV 206.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 161 229 206 0.30 0 0.10 0.10 159.71 0.57 0.76
Hex A1 E5 CE 1E 0 A A A0 39 4C
Octal 241 345 316 36 0 12 12 240 71 114
Binary 10100001 11100101 11001110 11110 0 1010 1010 10100000 111001 1001100

Color Harmonies of #A1E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5CE

Black with #A1E5CE

Text Example


Text Example

White with #A1E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5CE; }

 p { color: rgb(161,229,206); }

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

background-color css

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

 a { background-color: rgb(161,229,206); }

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

border-color css

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

 span { border-color: rgb(161,229,206); }

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