Html Css Color HEX #A2E7CD Magic Mint

📋 copy color: '#A2E7CD'

red 162 ◦ green 231 ◦ blue 205

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

Shades of Magic Mint #A2E7CD

Tints of Magic Mint #A2E7CD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.63%

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

R = 27.09%
G = 38.63%
B = 34.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#A2E7CD (or 0xA2E7CD) is known color: Magic Mint. HEX triplet: A2, E7 and CD. RGB value is (162,231,205). Sum of RGB (Red+Green+Blue) = 162+231+205=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E7CD is #5D1832. Grayscale: #CFCFCF. Windows color (decimal): -6101043 or 13494178. OLE color: 13494178.

HSL color Cylindrical-coordinate representation of color #A2E7CD: hue angle of 157.39º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E7CD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 231 205 -
CMYK 0.30 0 0.11 0.09
HSL 157.39º 0.59% 0.77% -
HSV(B) 157.39º 0.3% 0.91% -
XYZ 54.5 69.24 68.25 -
YUV 207.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 162 231 205 0.30 0 0.11 0.09 157.39 0.59 0.77
Hex A2 E7 CD 1E 0 B 9 9D 3B 4D
Octal 242 347 315 36 0 13 11 235 73 115
Binary 10100010 11100111 11001101 11110 0 1011 1001 10011101 111011 1001101

Color Harmonies of #A2E7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E7CD

Black with #A2E7CD

Text Example


Text Example

White with #A2E7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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