Html Css Color HEX #A2FDC7 Magic Mint

📋 copy color: '#A2FDC7'

red 162 ◦ green 253 ◦ blue 199

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

Shades of Magic Mint #A2FDC7

Tints of Magic Mint #A2FDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.41%

R = 26.38%
G = 41.21%
B = 32.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#A2FDC7 (or 0xA2FDC7) is known color: Magic Mint. HEX triplet: A2, FD and C7. RGB value is (162,253,199). Sum of RGB (Red+Green+Blue) = 162+253+199=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDC7 is #5D0238. Grayscale: #DBDBDB. Windows color (decimal): -6095417 or 13106594. OLE color: 13106594.

HSL color Cylindrical-coordinate representation of color #A2FDC7: hue angle of 144.4º 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 #A2FDC7 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 199 -
CMYK 0.36 0 0.21 0.01
HSL 144.4º 0.96% 0.81% -
HSV(B) 144.4º 0.36% 0.99% -
XYZ 60.33 82.06 66.69 -
YUV 219.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 162 253 199 0.36 0 0.21 0.01 144.4 0.96 0.81
Hex A2 FD C7 24 0 15 1 90 60 51
Octal 242 375 307 44 0 25 1 220 140 121
Binary 10100010 11111101 11000111 100100 0 10101 1 10010000 1100000 1010001

Color Harmonies of #A2FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDC7

Black with #A2FDC7

Text Example


Text Example

White with #A2FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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