Html Css Color HEX #A2EDBF Magic Mint

📋 copy color: '#A2EDBF'

red 162 ◦ green 237 ◦ blue 191

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

Shades of Magic Mint #A2EDBF

Tints of Magic Mint #A2EDBF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.17%

 BLUE value IS 191 (75% from 255) = 32.37%

R = 27.46%
G = 40.17%
B = 32.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#A2EDBF (or 0xA2EDBF) is known color: Magic Mint. HEX triplet: A2, ED and BF. RGB value is (162,237,191). Sum of RGB (Red+Green+Blue) = 162+237+191=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDBF is #5D1240. Grayscale: #D1D1D1. Windows color (decimal): -6099521 or 12578210. OLE color: 12578210.

HSL color Cylindrical-coordinate representation of color #A2EDBF: hue angle of 143.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDBF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 191 -
CMYK 0.32 0 0.19 0.07
HSL 143.2º 0.68% 0.78% -
HSV(B) 143.2º 0.32% 0.93% -
XYZ 54.59 72.01 60.31 -
YUV 209.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 162 237 191 0.32 0 0.19 0.07 143.2 0.68 0.78
Hex A2 ED BF 20 0 13 7 8F 44 4E
Octal 242 355 277 40 0 23 7 217 104 116
Binary 10100010 11101101 10111111 100000 0 10011 111 10001111 1000100 1001110

Color Harmonies of #A2EDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDBF

Black with #A2EDBF

Text Example


Text Example

White with #A2EDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDBF; }

 p { color: rgb(162,237,191); }

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

background-color css

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

 a { background-color: rgb(162,237,191); }

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

border-color css

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

 span { border-color: rgb(162,237,191); }

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