Html Css Color HEX #A1E5CD Magic Mint

📋 copy color: '#A1E5CD'

red 161 ◦ green 229 ◦ blue 205

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

Shades of Magic Mint #A1E5CD

Tints of Magic Mint #A1E5CD

RGB

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

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

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

R = 27.06%
G = 38.49%
B = 34.45%

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

#A1E5CD (or 0xA1E5CD) is known color: Magic Mint. HEX triplet: A1, E5 and CD. RGB value is (161,229,205). Sum of RGB (Red+Green+Blue) = 161+229+205=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5CD is #5E1A32. Grayscale: #CDCDCD. Windows color (decimal): -6167091 or 13493665. OLE color: 13493665.

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

Color convert

RGB 161 229 205 -
CMYK 0.30 0 0.10 0.10
HSL 158.82º 0.57% 0.76% -
HSV(B) 158.82º 0.3% 0.9% -
XYZ 53.74 68.02 68.06 -
YUV 205.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 161 229 205 0.30 0 0.10 0.10 158.82 0.57 0.76
Hex A1 E5 CD 1E 0 A A 9F 39 4C
Octal 241 345 315 36 0 12 12 237 71 114
Binary 10100001 11100101 11001101 11110 0 1010 1010 10011111 111001 1001100

Color Harmonies of #A1E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5CD

Black with #A1E5CD

Text Example


Text Example

White with #A1E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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