Html Css Color HEX #A1E5C9 Magic Mint

📋 copy color: '#A1E5C9'

red 161 ◦ green 229 ◦ blue 201

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

Shades of Magic Mint #A1E5C9

Tints of Magic Mint #A1E5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 27.24%
G = 38.75%
B = 34.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#A1E5C9 (or 0xA1E5C9) is known color: Magic Mint. HEX triplet: A1, E5 and C9. RGB value is (161,229,201). Sum of RGB (Red+Green+Blue) = 161+229+201=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5C9 is #5E1A36. Grayscale: #CDCDCD. Windows color (decimal): -6167095 or 13231521. OLE color: 13231521.

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

Color convert

RGB 161 229 201 -
CMYK 0.30 0 0.12 0.10
HSL 155.29º 0.57% 0.76% -
HSV(B) 155.29º 0.3% 0.9% -
XYZ 53.26 67.83 65.54 -
YUV 205.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 161 229 201 0.30 0 0.12 0.10 155.29 0.57 0.76
Hex A1 E5 C9 1E 0 C A 9B 39 4C
Octal 241 345 311 36 0 14 12 233 71 114
Binary 10100001 11100101 11001001 11110 0 1100 1010 10011011 111001 1001100

Color Harmonies of #A1E5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5C9

Black with #A1E5C9

Text Example


Text Example

White with #A1E5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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