Html Css Color HEX #A1EBD1 Magic Mint

📋 copy color: '#A1EBD1'

red 161 ◦ green 235 ◦ blue 209

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

Shades of Magic Mint #A1EBD1

Tints of Magic Mint #A1EBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.84%

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 26.61%
G = 38.84%
B = 34.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A1EBD1 (or 0xA1EBD1) is known color: Magic Mint. HEX triplet: A1, EB and D1. RGB value is (161,235,209). Sum of RGB (Red+Green+Blue) = 161+235+209=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBD1 is #5E142E. Grayscale: #D1D1D1. Windows color (decimal): -6165551 or 13757345. OLE color: 13757345.

HSL color Cylindrical-coordinate representation of color #A1EBD1: hue angle of 158.92º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBD1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 209 -
CMYK 0.31 0 0.11 0.08
HSL 158.92º 0.65% 0.78% -
HSV(B) 158.92º 0.31% 0.92% -
XYZ 55.91 71.6 71.19 -
YUV 209.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 161 235 209 0.31 0 0.11 0.08 158.92 0.65 0.78
Hex A1 EB D1 1F 0 B 8 9F 41 4E
Octal 241 353 321 37 0 13 10 237 101 116
Binary 10100001 11101011 11010001 11111 0 1011 1000 10011111 1000001 1001110

Color Harmonies of #A1EBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBD1

Black with #A1EBD1

Text Example


Text Example

White with #A1EBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBD1; }

 p { color: rgb(161,235,209); }

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

background-color css

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

 a { background-color: rgb(161,235,209); }

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

border-color css

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

 span { border-color: rgb(161,235,209); }

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