Html Css Color HEX #A1EACA Magic Mint

📋 copy color: '#A1EACA'

red 161 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #A1EACA

Tints of Magic Mint #A1EACA

RGB

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

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

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

R = 26.97%
G = 39.2%
B = 33.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A1EACA (or 0xA1EACA) is known color: Magic Mint. HEX triplet: A1, EA and CA. RGB value is (161,234,202). Sum of RGB (Red+Green+Blue) = 161+234+202=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EACA is #5E1535. Grayscale: #D0D0D0. Windows color (decimal): -6165814 or 13298337. OLE color: 13298337.

HSL color Cylindrical-coordinate representation of color #A1EACA: hue angle of 153.7º 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 #A1EACA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 234 202 -
CMYK 0.31 0 0.14 0.08
HSL 153.7º 0.63% 0.77% -
HSV(B) 153.7º 0.31% 0.92% -
XYZ 54.78 70.69 66.63 -
YUV 208.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 161 234 202 0.31 0 0.14 0.08 153.7 0.63 0.77
Hex A1 EA CA 1F 0 E 8 9A 3F 4D
Octal 241 352 312 37 0 16 10 232 77 115
Binary 10100001 11101010 11001010 11111 0 1110 1000 10011010 111111 1001101

Color Harmonies of #A1EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EACA

Black with #A1EACA

Text Example


Text Example

White with #A1EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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