Html Css Color HEX #A2E5C4 Magic Mint

📋 copy color: '#A2E5C4'

red 162 ◦ green 229 ◦ blue 196

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

Shades of Magic Mint #A2E5C4

Tints of Magic Mint #A2E5C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.39%

R = 27.6%
G = 39.01%
B = 33.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#A2E5C4 (or 0xA2E5C4) is known color: Magic Mint. HEX triplet: A2, E5 and C4. RGB value is (162,229,196). Sum of RGB (Red+Green+Blue) = 162+229+196=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5C4 is #5D1A3B. Grayscale: #CDCDCD. Windows color (decimal): -6101564 or 12903842. OLE color: 12903842.

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

Color convert

RGB 162 229 196 -
CMYK 0.29 0 0.14 0.10
HSL 150.45º 0.56% 0.77% -
HSV(B) 150.45º 0.29% 0.9% -
XYZ 52.88 67.71 62.51 -
YUV 205.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 162 229 196 0.29 0 0.14 0.10 150.45 0.56 0.77
Hex A2 E5 C4 1D 0 E A 96 38 4D
Octal 242 345 304 35 0 16 12 226 70 115
Binary 10100010 11100101 11000100 11101 0 1110 1010 10010110 111000 1001101

Color Harmonies of #A2E5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5C4

Black with #A2E5C4

Text Example


Text Example

White with #A2E5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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