Html Css Color HEX #A2EFD9 Magic Mint

📋 copy color: '#A2EFD9'

red 162 ◦ green 239 ◦ blue 217

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

Shades of Magic Mint #A2EFD9

Tints of Magic Mint #A2EFD9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 217 (85.16% from 255) = 35.11%

R = 26.21%
G = 38.67%
B = 35.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#A2EFD9 (or 0xA2EFD9) is known color: Magic Mint. HEX triplet: A2, EF and D9. RGB value is (162,239,217). Sum of RGB (Red+Green+Blue) = 162+239+217=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFD9 is #5D1026. Grayscale: #D5D5D5. Windows color (decimal): -6098983 or 14282658. OLE color: 14282658.

HSL color Cylindrical-coordinate representation of color #A2EFD9: hue angle of 162.86º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFD9 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 217 -
CMYK 0.32 0 0.09 0.06
HSL 162.86º 0.71% 0.79% -
HSV(B) 162.86º 0.32% 0.94% -
XYZ 58.29 74.42 76.94 -
YUV 213.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 162 239 217 0.32 0 0.09 0.06 162.86 0.71 0.79
Hex A2 EF D9 20 0 9 6 A3 47 4F
Octal 242 357 331 40 0 11 6 243 107 117
Binary 10100010 11101111 11011001 100000 0 1001 110 10100011 1000111 1001111

Color Harmonies of #A2EFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFD9

Black with #A2EFD9

Text Example


Text Example

White with #A2EFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFD9; }

 p { color: rgb(162,239,217); }

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

background-color css

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

 a { background-color: rgb(162,239,217); }

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

border-color css

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

 span { border-color: rgb(162,239,217); }

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