Html Css Color HEX #A2E5CE Magic Mint

📋 copy color: '#A2E5CE'

red 162 ◦ green 229 ◦ blue 206

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

Shades of Magic Mint #A2E5CE

Tints of Magic Mint #A2E5CE

RGB

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

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

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

R = 27.14%
G = 38.36%
B = 34.51%

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

#A2E5CE (or 0xA2E5CE) is known color: Magic Mint. HEX triplet: A2, E5 and CE. RGB value is (162,229,206). Sum of RGB (Red+Green+Blue) = 162+229+206=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5CE is #5D1A31. Grayscale: #CECECE. Windows color (decimal): -6101554 or 13559202. OLE color: 13559202.

HSL color Cylindrical-coordinate representation of color #A2E5CE: hue angle of 159.4º 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 #A2E5CE is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 206 -
CMYK 0.29 0 0.10 0.10
HSL 159.4º 0.56% 0.77% -
HSV(B) 159.4º 0.29% 0.9% -
XYZ 54.06 68.18 68.7 -
YUV 206.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 162 229 206 0.29 0 0.10 0.10 159.4 0.56 0.77
Hex A2 E5 CE 1D 0 A A 9F 38 4D
Octal 242 345 316 35 0 12 12 237 70 115
Binary 10100010 11100101 11001110 11101 0 1010 1010 10011111 111000 1001101

Color Harmonies of #A2E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5CE

Black with #A2E5CE

Text Example


Text Example

White with #A2E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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