Html Css Color HEX #A2E4C5 Magic Mint

📋 copy color: '#A2E4C5'

red 162 ◦ green 228 ◦ blue 197

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

Shades of Magic Mint #A2E4C5

Tints of Magic Mint #A2E4C5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.84%

 BLUE value IS 197 (77.34% from 255) = 33.56%

R = 27.6%
G = 38.84%
B = 33.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#A2E4C5 (or 0xA2E4C5) is known color: Magic Mint. HEX triplet: A2, E4 and C5. RGB value is (162,228,197). Sum of RGB (Red+Green+Blue) = 162+228+197=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4C5 is #5D1B3A. Grayscale: #CCCCCC. Windows color (decimal): -6101819 or 12969122. OLE color: 12969122.

HSL color Cylindrical-coordinate representation of color #A2E4C5: hue angle of 151.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4C5 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 228 197 -
CMYK 0.29 0 0.14 0.11
HSL 151.82º 0.55% 0.76% -
HSV(B) 151.82º 0.29% 0.89% -
XYZ 52.72 67.2 63.02 -
YUV 204.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 162 228 197 0.29 0 0.14 0.11 151.82 0.55 0.76
Hex A2 E4 C5 1D 0 E B 98 37 4C
Octal 242 344 305 35 0 16 13 230 67 114
Binary 10100010 11100100 11000101 11101 0 1110 1011 10011000 110111 1001100

Color Harmonies of #A2E4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E4C5

Black with #A2E4C5

Text Example


Text Example

White with #A2E4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E4C5; }

 p { color: rgb(162,228,197); }

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

background-color css

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

 a { background-color: rgb(162,228,197); }

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

border-color css

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

 span { border-color: rgb(162,228,197); }

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