Html Css Color HEX #A1EAD2 Magic Mint

📋 copy color: '#A1EAD2'

red 161 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #A1EAD2

Tints of Magic Mint #A1EAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.68%

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 26.61%
G = 38.68%
B = 34.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#A1EAD2 (or 0xA1EAD2) is known color: Magic Mint. HEX triplet: A1, EA and D2. RGB value is (161,234,210). Sum of RGB (Red+Green+Blue) = 161+234+210=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAD2 is #5E152D. Grayscale: #D1D1D1. Windows color (decimal): -6165806 or 13822625. OLE color: 13822625.

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

Color convert

RGB 161 234 210 -
CMYK 0.31 0 0.10 0.08
HSL 160.27º 0.63% 0.77% -
HSV(B) 160.27º 0.31% 0.92% -
XYZ 55.75 71.08 71.75 -
YUV 209.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 161 234 210 0.31 0 0.10 0.08 160.27 0.63 0.77
Hex A1 EA D2 1F 0 A 8 A0 3F 4D
Octal 241 352 322 37 0 12 10 240 77 115
Binary 10100001 11101010 11010010 11111 0 1010 1000 10100000 111111 1001101

Color Harmonies of #A1EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EAD2

Black with #A1EAD2

Text Example


Text Example

White with #A1EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EAD2; }

 p { color: rgb(161,234,210); }

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

background-color css

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

 a { background-color: rgb(161,234,210); }

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

border-color css

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

 span { border-color: rgb(161,234,210); }

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