Html Css Color HEX #A2F7D4 Magic Mint

📋 copy color: '#A2F7D4'

red 162 ◦ green 247 ◦ blue 212

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

Shades of Magic Mint #A2F7D4

Tints of Magic Mint #A2F7D4

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.77%

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 26.09%
G = 39.77%
B = 34.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#A2F7D4 (or 0xA2F7D4) is known color: Magic Mint. HEX triplet: A2, F7 and D4. RGB value is (162,247,212). Sum of RGB (Red+Green+Blue) = 162+247+212=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7D4 is #5D082B. Grayscale: #D9D9D9. Windows color (decimal): -6096940 or 13957026. OLE color: 13957026.

HSL color Cylindrical-coordinate representation of color #A2F7D4: hue angle of 155.29º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7D4 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 247 212 -
CMYK 0.34 0 0.14 0.03
HSL 155.29º 0.84% 0.8% -
HSV(B) 155.29º 0.34% 0.97% -
XYZ 60.04 78.96 74.36 -
YUV 217.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 162 247 212 0.34 0 0.14 0.03 155.29 0.84 0.8
Hex A2 F7 D4 22 0 E 3 9B 54 50
Octal 242 367 324 42 0 16 3 233 124 120
Binary 10100010 11110111 11010100 100010 0 1110 11 10011011 1010100 1010000

Color Harmonies of #A2F7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F7D4

Black with #A2F7D4

Text Example


Text Example

White with #A2F7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F7D4; }

 p { color: rgb(162,247,212); }

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

background-color css

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

 a { background-color: rgb(162,247,212); }

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

border-color css

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

 span { border-color: rgb(162,247,212); }

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