Html Css Color HEX #A1E4CD Magic Mint

📋 copy color: '#A1E4CD'

red 161 ◦ green 228 ◦ blue 205

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

Shades of Magic Mint #A1E4CD

Tints of Magic Mint #A1E4CD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

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

R = 27.1%
G = 38.38%
B = 34.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#A1E4CD (or 0xA1E4CD) is known color: Magic Mint. HEX triplet: A1, E4 and CD. RGB value is (161,228,205). Sum of RGB (Red+Green+Blue) = 161+228+205=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4CD is #5E1B32. Grayscale: #CDCDCD. Windows color (decimal): -6167347 or 13493409. OLE color: 13493409.

HSL color Cylindrical-coordinate representation of color #A1E4CD: hue angle of 159.4º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4CD is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 228 205 -
CMYK 0.29 0 0.10 0.11
HSL 159.4º 0.55% 0.76% -
HSV(B) 159.4º 0.29% 0.89% -
XYZ 53.46 67.47 67.96 -
YUV 205.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 161 228 205 0.29 0 0.10 0.11 159.4 0.55 0.76
Hex A1 E4 CD 1D 0 A B 9F 37 4C
Octal 241 344 315 35 0 12 13 237 67 114
Binary 10100001 11100100 11001101 11101 0 1010 1011 10011111 110111 1001100

Color Harmonies of #A1E4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4CD

Black with #A1E4CD

Text Example


Text Example

White with #A1E4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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