Html Css Color HEX #A2E7CE Magic Mint

📋 copy color: '#A2E7CE'

red 162 ◦ green 231 ◦ blue 206

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

Shades of Magic Mint #A2E7CE

Tints of Magic Mint #A2E7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 27.05%
G = 38.56%
B = 34.39%

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

#A2E7CE (or 0xA2E7CE) is known color: Magic Mint. HEX triplet: A2, E7 and CE. RGB value is (162,231,206). Sum of RGB (Red+Green+Blue) = 162+231+206=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E7CE is #5D1831. Grayscale: #CFCFCF. Windows color (decimal): -6101042 or 13559714. OLE color: 13559714.

HSL color Cylindrical-coordinate representation of color #A2E7CE: hue angle of 158.26º 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 #A2E7CE is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 231 206 -
CMYK 0.30 0 0.11 0.09
HSL 158.26º 0.59% 0.77% -
HSV(B) 158.26º 0.3% 0.91% -
XYZ 54.62 69.29 68.89 -
YUV 207.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 162 231 206 0.30 0 0.11 0.09 158.26 0.59 0.77
Hex A2 E7 CE 1E 0 B 9 9E 3B 4D
Octal 242 347 316 36 0 13 11 236 73 115
Binary 10100010 11100111 11001110 11110 0 1011 1001 10011110 111011 1001101

Color Harmonies of #A2E7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E7CE

Black with #A2E7CE

Text Example


Text Example

White with #A2E7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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