Html Css Color HEX #A1E8CC Magic Mint

📋 copy color: '#A1E8CC'

red 161 ◦ green 232 ◦ blue 204

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

Shades of Magic Mint #A1E8CC

Tints of Magic Mint #A1E8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.86%

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 26.97%
G = 38.86%
B = 34.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#A1E8CC (or 0xA1E8CC) is known color: Magic Mint. HEX triplet: A1, E8 and CC. RGB value is (161,232,204). Sum of RGB (Red+Green+Blue) = 161+232+204=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8CC is #5E1733. Grayscale: #CFCFCF. Windows color (decimal): -6166324 or 13428897. OLE color: 13428897.

HSL color Cylindrical-coordinate representation of color #A1E8CC: hue angle of 156.34º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8CC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 232 204 -
CMYK 0.31 0 0.12 0.09
HSL 156.34º 0.61% 0.77% -
HSV(B) 156.34º 0.31% 0.91% -
XYZ 54.45 69.65 67.7 -
YUV 207.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 161 232 204 0.31 0 0.12 0.09 156.34 0.61 0.77
Hex A1 E8 CC 1F 0 C 9 9C 3D 4D
Octal 241 350 314 37 0 14 11 234 75 115
Binary 10100001 11101000 11001100 11111 0 1100 1001 10011100 111101 1001101

Color Harmonies of #A1E8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E8CC

Black with #A1E8CC

Text Example


Text Example

White with #A1E8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E8CC; }

 p { color: rgb(161,232,204); }

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

background-color css

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

 a { background-color: rgb(161,232,204); }

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

border-color css

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

 span { border-color: rgb(161,232,204); }

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