Html Css Color HEX #A2E5CD Magic Mint

📋 copy color: '#A2E5CD'

red 162 ◦ green 229 ◦ blue 205

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

Shades of Magic Mint #A2E5CD

Tints of Magic Mint #A2E5CD

RGB

 RED value IS 162 (63.67% from 255) = 27.18%

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 27.18%
G = 38.42%
B = 34.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#A2E5CD (or 0xA2E5CD) is known color: Magic Mint. HEX triplet: A2, E5 and CD. RGB value is (162,229,205). Sum of RGB (Red+Green+Blue) = 162+229+205=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5CD is #5D1A32. Grayscale: #CECECE. Windows color (decimal): -6101555 or 13493666. OLE color: 13493666.

HSL color Cylindrical-coordinate representation of color #A2E5CD: hue angle of 158.51º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5CD is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 205 -
CMYK 0.29 0 0.10 0.10
HSL 158.51º 0.56% 0.77% -
HSV(B) 158.51º 0.29% 0.9% -
XYZ 53.94 68.13 68.06 -
YUV 206.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 162 229 205 0.29 0 0.10 0.10 158.51 0.56 0.77
Hex A2 E5 CD 1D 0 A A 9F 38 4D
Octal 242 345 315 35 0 12 12 237 70 115
Binary 10100010 11100101 11001101 11101 0 1010 1010 10011111 111000 1001101

Color Harmonies of #A2E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5CD

Black with #A2E5CD

Text Example


Text Example

White with #A2E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5CD; }

 p { color: rgb(162,229,205); }

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

background-color css

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

 a { background-color: rgb(162,229,205); }

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

border-color css

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

 span { border-color: rgb(162,229,205); }

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