Html Css Color HEX #A2E5CA Magic Mint

📋 copy color: '#A2E5CA'

red 162 ◦ green 229 ◦ blue 202

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

Shades of Magic Mint #A2E5CA

Tints of Magic Mint #A2E5CA

RGB

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

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

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

R = 27.32%
G = 38.62%
B = 34.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#A2E5CA (or 0xA2E5CA) is known color: Magic Mint. HEX triplet: A2, E5 and CA. RGB value is (162,229,202). Sum of RGB (Red+Green+Blue) = 162+229+202=593 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.32% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5CA is #5D1A35. Grayscale: #CDCDCD. Windows color (decimal): -6101558 or 13297058. OLE color: 13297058.

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

Color convert

RGB 162 229 202 -
CMYK 0.29 0 0.12 0.10
HSL 155.82º 0.56% 0.77% -
HSV(B) 155.82º 0.29% 0.9% -
XYZ 53.58 67.98 66.18 -
YUV 205.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 162 229 202 0.29 0 0.12 0.10 155.82 0.56 0.77
Hex A2 E5 CA 1D 0 C A 9C 38 4D
Octal 242 345 312 35 0 14 12 234 70 115
Binary 10100010 11100101 11001010 11101 0 1100 1010 10011100 111000 1001101

Color Harmonies of #A2E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5CA

Black with #A2E5CA

Text Example


Text Example

White with #A2E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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