Html Css Color HEX #A1EED1 Magic Mint

📋 copy color: '#A1EED1'

red 161 ◦ green 238 ◦ blue 209

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

Shades of Magic Mint #A1EED1

Tints of Magic Mint #A1EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.14%

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

R = 26.48%
G = 39.14%
B = 34.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#A1EED1 (or 0xA1EED1) is known color: Magic Mint. HEX triplet: A1, EE and D1. RGB value is (161,238,209). Sum of RGB (Red+Green+Blue) = 161+238+209=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EED1 is #5E112E. Grayscale: #D3D3D3. Windows color (decimal): -6164783 or 13758113. OLE color: 13758113.

HSL color Cylindrical-coordinate representation of color #A1EED1: hue angle of 157.4º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EED1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 238 209 -
CMYK 0.32 0 0.12 0.07
HSL 157.4º 0.69% 0.78% -
HSV(B) 157.4º 0.32% 0.93% -
XYZ 56.78 73.33 71.48 -
YUV 211.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 161 238 209 0.32 0 0.12 0.07 157.4 0.69 0.78
Hex A1 EE D1 20 0 C 7 9D 45 4E
Octal 241 356 321 40 0 14 7 235 105 116
Binary 10100001 11101110 11010001 100000 0 1100 111 10011101 1000101 1001110

Color Harmonies of #A1EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EED1

Black with #A1EED1

Text Example


Text Example

White with #A1EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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