Html Css Color HEX #A2FDBF Magic Mint

📋 copy color: '#A2FDBF'

red 162 ◦ green 253 ◦ blue 191

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

Shades of Magic Mint #A2FDBF

Tints of Magic Mint #A2FDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.75%

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

R = 26.73%
G = 41.75%
B = 31.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A2FDBF (or 0xA2FDBF) is known color: Magic Mint. HEX triplet: A2, FD and BF. RGB value is (162,253,191). Sum of RGB (Red+Green+Blue) = 162+253+191=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDBF is #5D0240. Grayscale: #DADADA. Windows color (decimal): -6095425 or 12582306. OLE color: 12582306.

HSL color Cylindrical-coordinate representation of color #A2FDBF: hue angle of 139.12º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDBF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 191 -
CMYK 0.36 0 0.25 0.01
HSL 139.12º 0.96% 0.81% -
HSV(B) 139.12º 0.36% 0.99% -
XYZ 59.43 81.69 61.93 -
YUV 218.72 112.35 87.54 -
System Red Green Blue C M Y K H S L
Decimal 162 253 191 0.36 0 0.25 0.01 139.12 0.96 0.81
Hex A2 FD BF 24 0 19 1 8B 60 51
Octal 242 375 277 44 0 31 1 213 140 121
Binary 10100010 11111101 10111111 100100 0 11001 1 10001011 1100000 1010001

Color Harmonies of #A2FDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDBF

Black with #A2FDBF

Text Example


Text Example

White with #A2FDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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