Html Css Color HEX #A1E2CA Magic Mint

📋 copy color: '#A1E2CA'

red 161 ◦ green 226 ◦ blue 202

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

Shades of Magic Mint #A1E2CA

Tints of Magic Mint #A1E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 27.33%
G = 38.37%
B = 34.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A1E2CA (or 0xA1E2CA) is known color: Magic Mint. HEX triplet: A1, E2 and CA. RGB value is (161,226,202). Sum of RGB (Red+Green+Blue) = 161+226+202=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E2CA is #5E1D35. Grayscale: #CBCBCB. Windows color (decimal): -6167862 or 13296289. OLE color: 13296289.

HSL color Cylindrical-coordinate representation of color #A1E2CA: hue angle of 157.85º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E2CA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 226 202 -
CMYK 0.29 0 0.11 0.11
HSL 157.85º 0.53% 0.76% -
HSV(B) 157.85º 0.29% 0.89% -
XYZ 52.55 66.23 65.89 -
YUV 203.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 161 226 202 0.29 0 0.11 0.11 157.85 0.53 0.76
Hex A1 E2 CA 1D 0 B B 9E 35 4C
Octal 241 342 312 35 0 13 13 236 65 114
Binary 10100001 11100010 11001010 11101 0 1011 1011 10011110 110101 1001100

Color Harmonies of #A1E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2CA

Black with #A1E2CA

Text Example


Text Example

White with #A1E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2CA; }

 p { color: rgb(161,226,202); }

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

background-color css

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

 a { background-color: rgb(161,226,202); }

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

border-color css

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

 span { border-color: rgb(161,226,202); }

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